Skip to content

Commit cb3ac6e

Browse files
Testing on all latest runner OSes (windows is YOLO test)
1 parent d051543 commit cb3ac6e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/shellcheck.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ 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: macos-latest
13+
runs-on: ${{ matrix.os }}
14+
defaults:
15+
run:
16+
shell: bash
17+
timeout-minutes: 10
18+
strategy:
19+
matrix:
20+
os: [ubuntu-latest, macos-latest, windows-latest]
21+
env:
22+
OS: ${{ matrix.os }}
1423
steps:
1524
- name: Checkout repository
1625
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)