Skip to content

Commit fe2ddd9

Browse files
committed
ci: ruff format --check all files
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.
1 parent 19eb56f commit fe2ddd9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
# - uses: chartboost/ruff-action@v1
20-
# Until this gets updated we need to use this commit hash (or later)
21-
- uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b
19+
- uses: chartboost/ruff-action@v1
2220
with:
2321
args: 'format --check'
24-
changed-files: 'true'
2522
build-image:
2623
needs: [ruff, ruff-format]
2724
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)