Skip to content

Commit

Permalink
Update command line argument
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Oct 17, 2023
1 parent 41c3ba2 commit 3a798cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: "blakeNaccarato/copier-python-workflow-setup@v0.2.2"
with:
python-version: "3.11"
- run: "ruff --no-fix --format github ."
- run: "ruff --no-fix --output-format github ."
pytest:
runs-on: "ubuntu-latest"
steps:
Expand Down

0 comments on commit 3a798cc

Please sign in to comment.