-
Notifications
You must be signed in to change notification settings - Fork 159
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
Support checking out actions #25
Comments
That's not possible because actionlint does not know where the Can you try to ignore the error when you run without checking out the action?
This simply ignores the check when it is not available. |
I missed there is a way to ignore tests. Thank you. My original thought was to do something like checking if there is a checkout earlier in the job to that path. But then that would break |
I have a GitHub org with private repos, which includes private actions. While official support for private actions is in GitHub's backlog, I am working around this by using
action/checkout
beforeuse: ./.github/actions/my-action
. So during linting, I get:The text was updated successfully, but these errors were encountered: