Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 16, 2024
1 parent 6d7ebe2 commit 154e013
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install markdownlint
run: |
npm install markdownlint --save-dev -g
markdownlint --version
- uses: psf/black@stable
- name: Set up Python 3.12
uses: actions/setup-python@v5
Expand All @@ -22,10 +27,6 @@ jobs:
channels: conda-forge,defaults
activate-environment: AST
environment-file: environment.yml
- name: Install markdownlint
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 154e013

Please sign in to comment.