Skip to content

Commit

Permalink
run shellcheck in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax authored Nov 2, 2024
1 parent ec41708 commit 7f63a12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Shellcheck
run: sudo apt-get install -y shellcheck && make shellcheck
- name: Build
run: make PBG_VERSION=${{ github.ref_name }}
run: make PBG_VERSION=${{ github.ref_name }}
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 7f63a12

Please sign in to comment.