We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6002b commit d051543Copy full SHA for d051543
.github/workflows/shellcheck.yml
@@ -10,14 +10,14 @@ jobs:
10
pull-requests: read # to get PR metadata
11
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
12
name: ShellCheck Analysis
13
- runs-on: ubuntu-latest
+ runs-on: macos-latest
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
with:
18
persist-credentials: false
19
- name: Shellcheck Scan
20
- uses: reactive-firewall/shellcheck-scan@artifact-publishing-fix
+ uses: reactive-firewall/shellcheck-scan@macos-support-feature
21
with: # optional arguments
22
match: 'tests/* **/*.bash'
23
publish-artifacts: true
0 commit comments