Skip to content
Snippets Groups Projects
Commit 65df4efd authored by Rylan Polster's avatar Rylan Polster
Browse files

workflows/tests: install shellcheck before checking style

parent 635ecbc5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment