Skip to content

Commit

Permalink
Add checkout step to ruff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamStrickland committed Sep 13, 2024
1 parent 1006e94 commit 9cde169
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
ruff:
runs-on: macos-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Format
uses: chartboost/ruff-action@v1
with:
Expand Down

0 comments on commit 9cde169

Please sign in to comment.