Skip to content

Commit

Permalink
ci: ruff format --check all files
Browse files Browse the repository at this point in the history
Previously this was set to changed files only, but this overrides the
ruff config in pyproject.toml.

This was added as a stop-gap while files were steadily formatted.
Remove this setting to have ruff format respect ruff config.
  • Loading branch information
willcl-ark authored and pinheadmz committed Aug 6, 2024
1 parent 0ad0a90 commit 39129f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - uses: chartboost/ruff-action@v1
# Until this gets updated we need to use this commit hash (or later)
- uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'
changed-files: 'true'
build-image:
needs: [ruff, ruff-format]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 39129f8

Please sign in to comment.