Skip to content

Commit

Permalink
Add a shellcheck job for jruby.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Feb 25, 2025
1 parent 699bac2 commit 834fde4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,19 @@ jobs:
env:
PHASE: 'package -Ptest'

jruby-shell-check:
runs-on: ubuntu-latest

name: shellcheck jruby.sh

steps:
- name: checkout
uses: actions/checkout@v3
- name: install shellcheck
run: sudo apt install shellcheck
- name: run shellcheck
run: shellcheck bin/jruby.sh

rake-test-wip-8:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 834fde4

Please sign in to comment.