File tree Expand file tree Collapse file tree 3 files changed +7
-29
lines changed
Expand file tree Collapse file tree 3 files changed +7
-29
lines changed Original file line number Diff line number Diff line change @@ -18,22 +18,17 @@ concurrency:
1818jobs :
1919 cpp-lint :
2020 uses : ./.github/workflows/cpp-lint.yml
21- shell-lint :
22- uses : ./.github/workflows/shell-lint.yml
2321 ubuntu :
2422 needs :
2523 - cpp-lint
26- - shell-lint
2724 uses : ./.github/workflows/ubuntu.yml
2825 mac :
2926 needs :
3027 - cpp-lint
31- - shell-lint
3228 uses : ./.github/workflows/mac.yml
3329 windows :
3430 needs :
3531 - cpp-lint
36- - shell-lint
3732 uses : ./.github/workflows/windows.yml
3833 perf :
3934 needs :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,6 +40,13 @@ repos:
4040 hooks :
4141 - id : yamllint
4242
43+ # Shell script linting with shellcheck
44+ - repo : https://github.com/koalaman/shellcheck-precommit
45+ rev : v0.10.0
46+ hooks :
47+ - id : shellcheck
48+ files : \.sh$
49+
4350# Configuration
4451default_stages : [pre-commit]
4552fail_fast : false
You can’t perform that action at this time.
0 commit comments