You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about adding some basic support for linting composite action.yml files? For example:
Missing shell: attribute for steps
Attempts to access ${{ secrets.* }}
These are common mistakes that I make when writing actions. In general this project has helped me a lot when writing workflows, and I'd love to get its benefits extended to writing actions!
The text was updated successfully, but these errors were encountered:
What do you think about adding some basic support for linting composite
action.yml
files? For example:shell:
attribute for steps${{ secrets.* }}
These are common mistakes that I make when writing actions. In general this project has helped me a lot when writing workflows, and I'd love to get its benefits extended to writing actions!
The text was updated successfully, but these errors were encountered: