Skip to content

Commit

Permalink
Re-order CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jul 22, 2023
1 parent 78a363c commit 05f30de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
run: apk update && apk upgrade

- name: Install packages
run: apk add shellcheck py3-pip ruby && pip install codespell && gem install mdl
run: apk add py3-pip ruby shellcheck && pip install codespell && gem install mdl

- name: Run codespell
run: codespell --enable-colors

- name: Run shellcheck
run: find . -name '*.sh' -exec shellcheck --color=always {} +

- name: Run mdl
run: mdl --style .github/workflows/mdl_style.rb .

- name: Run shellcheck
run: find . -name '*.sh' -exec shellcheck --color=always {} +

0 comments on commit 05f30de

Please sign in to comment.