-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Error parsing github actions workflow #64
Comments
Thanks @mcpherrinm! That's almost certainly a bug in https://github.com/woodruffw/github-actions-models -- I'll debug. |
woodruffw/github-actions-models#8 will fix this -- the underlying problem is that |
This fixes #64 by fixing our parsing of jobs that contain a `strategy` but no `matrix`. Signed-off-by: William Woodruff <[email protected]>
Bump and full fix is in #65, and I've confirmed it works for me locally. Thanks for the report @mcpherrinm! |
Thanks! zizmor now successfully parses all the repos I have locally at least! |
I tried to run zizmor on https://github.com/letsencrypt/boulder/blob/main/.github/workflows/boulder-ci.yml
I got the following error:
I believe this is job is valid as it works. Without reading the zizmor source, I'm not sure what enum it's expecting to match. Line 28 col 3 is the name of the job.
The text was updated successfully, but these errors were encountered: