Skip to content

Commit

Permalink
Merge pull request #39 from Antiz96/order_ci
Browse files Browse the repository at this point in the history
Re-order CI
  • Loading branch information
Antiz96 authored Jul 22, 2023
2 parents 78a363c + 05f30de commit 98011f1
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 98011f1

Please sign in to comment.