Skip to content

Commit 7373834

Browse files
author
Tooru
committed
Run ShellCheck only on Linux
1 parent 24ac5b2 commit 7373834

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/quality-gates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
run: ./scripts/check-pinned-actions.sh
138138

139139
- name: Run ShellCheck on scripts
140+
if: runner.os == 'Linux'
140141
run: ./scripts/shellcheck.sh
141142

142143
- name: Check dependency lock files

0 commit comments

Comments
 (0)