Skip to content

Commit

Permalink
Add shellcheck to ci.installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Jan 15, 2025
1 parent 7f2a9cd commit 1c9baf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- run: cat ./installer.sh | sh
- run: pkgx --version

shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-shellcheck@v1

usage-as-proxy:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1c9baf7

Please sign in to comment.