Skip to content

Commit

Permalink
Add missing checkout step to 'lint' CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Jan 19, 2024
1 parent 93db3e4 commit 517045f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
python-version: 3.12

- uses: actions/checkout@v3

- name: install check-jsonschema
run: python -m pip install 'check-jsonschema==0.27.3'

Expand Down

0 comments on commit 517045f

Please sign in to comment.