Add a ShellCheck GitHub action#64
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new GitHub Actions workflow to run ShellCheck (a shell script linting tool) on all shell scripts in the repository. The workflow is triggered on pull requests and follows a similar pattern to other linting workflows like codespell.
Key changes:
- Adds a new ShellCheck workflow file that runs on pull requests with read-only permissions
- Checks out code and runs the ludeeus/action-shellcheck action to lint shell scripts
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.