Skip to content

Commit

Permalink
Tesdt markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 16, 2024
1 parent c3420c6 commit 6d7ebe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
activate-environment: AST
environment-file: environment.yml
- name: Install markdownlint
run: npm install markdownlint --save-dev
run: |
npm install markdownlint --save-dev
markdownlint --version
- name: Install shellcheck and checkbashisms
run: sudo apt update && sudo apt install shellcheck devscripts
- name: Check style
Expand Down

0 comments on commit 6d7ebe2

Please sign in to comment.