Skip to content
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

Fix GitHub Actions PR checks #38

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

pas256
Copy link
Contributor

@pas256 pas256 commented Jan 30, 2025

I noticed the checks failed for my previous PR #37 so I figured I would fix them. It turns out Python is not needed at all for these checks.

Also, the error message by the previous find ... exec command was confusing as it concatenated all of the files, so the reported line number made no sense if the error wasn't in the first file. Splitting this into a for gets the error message from jq correct since each file is handled separately.

Note: I would "squash merge" this so main only has 1 commit. These commits were for testing the changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant