8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 se 7B4A rvice and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I accidentally typoed the requires key as needs (GitHub Actions has broken my brain).
requires
needs
This silently does nothing.
When parsing pyproject.toml, thx should warn about invalid keys in a table and discard the jog, e.g.
$ thx docs WARNING: tool.thx.jobs.docs: unexpected key 'needs'; ignoring malformed job definition. Usage: thx [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]... Try 'thx --help' for help. Error: No such command 'docs'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I accidentally typoed the
requires
key asneeds
(GitHub Actions has broken my brain).This silently does nothing.
Expected behaviour
When parsing pyproject.toml, thx should warn about invalid keys in a table and discard the jog, e.g.
The text was updated successfully, but these errors were encountered: