workflows/tests: install shellcheck before checking style
This commit is contained in:
parent
635ecbc589
commit
65df4efd1a
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -26,6 +26,9 @@ jobs:
|
||||
- name: Install Bundler RubyGems
|
||||
run: brew install-bundler-gems
|
||||
|
||||
- name: Install shellcheck
|
||||
run: brew install shellcheck
|
||||
|
||||
- run: brew style --display-cop-names
|
||||
|
||||
- run: brew man --fail-if-changed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user