-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
act 0.2.66 Error: workflow is not valid. 'spelling.yml': Line: 112 Column 5: Failed to match job-factory: Line: 119 Column 9: Unknown Function Call success #2444
Comments
Tbh. I expected such issues to land before the 9th September. I wonder if this is accepted, when you use Seems like a lack of CI test material for this case I will look into this tomorrow. |
I have my own self-build of |
I'd encourage you to just add spell-check-this to the CI test material 😉. |
Note, the error reporting is lousy.
Here's line 112:
|
|
Wrapping |
Yes I know, the goal was error reporting not pretty error reporting. I thoughtback then that I fixed the parsing problem for special functions. However it could be that I only fixed hashfiles act/pkg/schema/workflow_schema.json Line 1514 in d8b6f61
My validation code might be just unable to parse the success(0,MAX) and excludes those functions. hashfiles is defined as (0,255) |
Hmm job step if is ok, because it also uses 255 not MAX, seems like I didn't inspect the whole schema file from GitHub Employees for additional aliases. I used scan with integer placeholder |
What's the (end-user) solution here? Roll back to v0.2.65? |
Yes, but know this isn't easy for some package managers. |
I created a fix now. |
Created https://github.com/nektos/act/releases/tag/v0.2.67 Please tell me if you find other validation issues |
Well, I've set up a cron job to try running act daily against spell-check-this and check-spelling: I haven't hit validation issues, but I've hit:
I don't see anything else that's obviously broken at this time, although that pair is frustrating in that it makes it hard to validate other things. |
My resources for investing time into nektos/act are exhausted, my internship semester throttled the time I invest into open source. |
Hi I'm getting a different I'm assuming it is a similar issue as it was introduced at the same time. However the fix #2446 does not fix my issue and my runs are still failing.
Here is the start of my action, where it fails to parse the
|
@amyb-asu: please open a new ticket. |
Bug report info
Command used with act
Describe issue
Historically, I'd get this output:
Link to GitHub repository
https://github.com/check-spelling/spell-check-this/tree/0a3288fa36998de2eb46db1e43a134b3acf33e64
Workflow content
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: