Skip to content

Commit d051543

Browse files
[CONFIG] testing on MacOS CI/CD now.
1 parent 7f6002b commit d051543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
pull-requests: read # to get PR metadata
1111
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
1212
name: ShellCheck Analysis
13-
runs-on: ubuntu-latest
13+
runs-on: macos-latest
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
persist-credentials: false
1919
- name: Shellcheck Scan
20-
uses: reactive-firewall/shellcheck-scan@artifact-publishing-fix
20+
uses: reactive-firewall/shellcheck-scan@macos-support-feature
2121
with: # optional arguments
2222
match: 'tests/* **/*.bash'
2323
publish-artifacts: true

0 commit comments

Comments
 (0)