Skip to content
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

Feature request: Basic linting for composite actions #245

Closed
JavaScriptBach opened this issue Nov 2, 2022 · 2 comments
Closed

Feature request: Basic linting for composite actions #245

JavaScriptBach opened this issue Nov 2, 2022 · 2 comments

Comments

@JavaScriptBach
Copy link

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!

@AndreyNautilus
Copy link

Seems like a duplicate of #46

@rhysd
Copy link
Owner

rhysd commented Nov 3, 2022

Yes, this is duplicate of #46.

@rhysd rhysd closed this as completed Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants