Skip to content

Commit

Permalink
MOD: bash_unit.yml shellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pforret committed May 19, 2024
1 parent 2188cab commit 25ea190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bash_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Check for basic execution
run: ls ./*.sh | xargs bash
Expand All @@ -24,7 +24,7 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]') && contains(toJSON(github.event.commits.*.message), '[macos]')"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: install MacOS dependencies with brew install
run: brew install gawk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Check for code quality errors
run: ls ./*.sh | xargs shellcheck

0 comments on commit 25ea190

Please sign in to comment.