Skip to content

Commit

Permalink
Style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jul 22, 2023
1 parent a7815b1 commit 6d66176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Install packages
run: apk add shellcheck py3-pip ruby && pip install codespell && gem install mdl

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

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

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

0 comments on commit 6d66176

Please sign in to comment.