Skip to content

Commit 76e1dc6

Browse files
authored
Merge pull request #259 from abitrolly/patch-1
Add shellcheck to ci.installer.yml
2 parents b540ca5 + 60c69de commit 76e1dc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.installer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
- run: cat ./installer.sh | sh
2727
- run: pkgx --version
2828

29+
shellcheck:
30+
runs-on: ubuntu-latest
31+
steps:
32+
- uses: actions/checkout@v4
33+
- uses: reviewdog/action-shellcheck@v1
34+
2935
usage-as-proxy:
3036
runs-on: ubuntu-latest
3137
steps:

0 commit comments

Comments
 (0)