Skip to content

Commit

Permalink
Lint Bash in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fionn committed Apr 1, 2024
1 parent 433349a commit 45e705c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0

- name: Lint newlines
id: lint_newlines
uses: fionn/newline-linter@master
Expand Down

0 comments on commit 45e705c

Please sign in to comment.