Skip to content

Commit

Permalink
Merge pull request #259 from abitrolly/patch-1
Browse files Browse the repository at this point in the history
Add shellcheck to ci.installer.yml
  • Loading branch information
mxcl authored Jan 15, 2025
2 parents b540ca5 + 60c69de commit 76e1dc6
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 76e1dc6

Please sign in to comment.