-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linty configuration #1027
Linty configuration #1027
Conversation
Wow, thanks for the quick setup! But this isn't the typical GitHub |
I just added the GitHub workflow: https://github.com/stnolting/neorv32/pull/1027/files#diff-14a0f0d330d013b60b745ff53daf4e6cfa5e5c60776408c4e09045763a38799b Our GitHub project sample: https://github.com/Linty-Services/bugfinder-sample/blob/main/.github/workflows/linty.yml |
I think this is quite straightforward. But I wonder how this action interacts with the other files you have created... Where do they get referenced? And how do we change the reference when moving these files to a different location? Can we use file-list files inside the
Great. Thanks a lot! |
You can update the location of
You can for Verilog projects: https://doc.linty-services.com/scan.html#with-bugfinder-and-linter |
I would like to test everything locally (in this PR), but due to the GH action configuration the workflow is not run on pull requests. Unfortunately, I cannot edit the files in this PR as they belong to an external fork's branch. Can you update the GH actions file or can you move your branch upstream? |
I added execution on pull requests. How do I move my branch to your repo? I don't have enough rights I guess for now. |
The GH actions flow should use the secrets from this repository anyway, because the actions are executed over here. I set up the secrets in the right way I think 🤔 |
Indeed... |
Oh, what went wrong there? 😅 Anyway, let's try another "local" version: #1029 |
superseded by #1029 |
Very quick and dirty configuration to start with.
Obviously, you can change the location of those files, automate the generation of
read.ys
, etc.