-
Notifications
You must be signed in to change notification settings - Fork 1
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
README badges #45
Comments
just fixed those 2: thanks for the heads up. the issue though is that the URL of those badges is "hard coded" and will always point to the worfklows on this repo: definitely an advantage of using the cookie cutter approach over this template. |
Don't think this is necessary: There is no v2.2.0 for run-command: https://github.com/matlab-actions/run-command/releases I have sometimes had to update both of those, but if I see no failure I usually don't worry. Also I rarely update manually github actions, I let dependabot open PR for me:
|
Will try to add those so that tools are most compatible. |
I tried to fork and pull request these changes but as far as I can tell I cannot confirm if the fixes work unless they're done on the main branch (I think the matlab checkout feature only runs on the default branch). So I figured I'd just summarize them here.
In README:
In matlab_test_and_coverage.yml:
Other changes:
Unlike the matlab version thing, the indenting actually did cause the tests to fail, since the pre-commit settings enforce 4 spaces.
Feel free to take or leave any of these suggestions. I would have issued a PR but I spent a stupid amount of time trying to get the CI tests to run on a temporary fix branch of my fork and couldn't get them to go, so I gave up. Thanks for the nice template.
The text was updated successfully, but these errors were encountered: