File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # Runs shellcheck on code -- in error mode only.
2+ # "paths-ignore" should be in line with unit_test.*yml files
13---
24name : Shellcheck
3- on : [pull_request]
5+
6+ on :
7+ pull_request :
8+ paths-ignore :
9+ - ' utils/**'
10+ - ' doc/**'
11+ - ' bin/**'
12+ - ' **.md'
13+ - ' **.1'
14+ - ' **.html'
15+ - ' **.pem'
16+ - ' **.pdf'
17+ - ' **.yml'
18+ - ' LICENSE'
19+ - ' Dockerfile'
20+ - ' Dockerfile.alpine'
21+
422permissions :
523 contents : read
624
Original file line number Diff line number Diff line change 1+ # "paths-ignore" should be in line with unit_tests_ubuntu.yml
2+ # and shellcheck.yml
13---
24name : CI run MacOS
35
Original file line number Diff line number Diff line change 1+ # "paths-ignore" should be in line with unit_tests_macos.yml
2+ # and shellcheck.yml
13---
24name : CI run Ubuntu
35
You can’t perform that action at this time.
0 commit comments