Skip to content

Commit

Permalink
Update miniwdl_check.yml
Browse files Browse the repository at this point in the history
Looks like I was close the first time...
  • Loading branch information
aofarrel authored Sep 26, 2023
1 parent 97cb05d commit 3d31998
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/miniwdl_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install miniwdl
- name: Run miniwdl check, which includes shellcheck
- name: Analysing the code with miniwdl
run: |
miniwdl check $(git ls-files '*.wdl')

0 comments on commit 3d31998

Please sign in to comment.