Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Meissner committed Oct 18, 2024
1 parent de3d157 commit 52086b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-shell.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: check-shell
name: Lint Shell/Bash Scripts
on: pull_request

jobs:
check-tests:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -11,4 +11,4 @@ jobs:
go-version: '1.22'
- run: |
make validate-shell
name: Verify Shell scripts
name: Lint shell/bash scripts with ShellCheck

0 comments on commit 52086b3

Please sign in to comment.