Skip to content

Commit

Permalink
Chekout before installing depandencies
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian authored and nyalldawson committed May 8, 2024
1 parent e18a56a commit 99d08e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Python requirements
run: pip install -r requirements/lint_format.txt
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: firstaid
Expand Down

0 comments on commit 99d08e9

Please sign in to comment.