Skip to content

Commit

Permalink
fix: Correctly specify GitHub action version
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Jan 25, 2024
1 parent 71babfb commit 9ba8302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: psf/black<23
- uses: psf/black@22
with:
options: ". -l 79 --check"
check-version:
Expand Down

0 comments on commit 9ba8302

Please sign in to comment.