github / vscode-github-actions

GitHub Actions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions
MIT License
476 stars 72 forks source link

Run linter in CI #268

Open mehulkar opened 9 months ago

mehulkar commented 9 months ago

Is your feature request related to a problem? Please describe. I'd like to be able to find issues with my Workflow files outside of VS Code (e.g. using a CLI tool that I can run in CI along with all my other linting and testing.

Describe the solution you'd like gh lint ./github would be nice

Additional context N/A

DidelotK commented 3 months ago

Hey there, do we have some news about this? Is it on any roadmap either in this repo or in the Github CLI repository?