Skip to content

Commit b20c6fc

Browse files
ci: add ruff format --check step to lint workflow
- Introduce `ruff format --check` to the CI pipeline to enforce code formatting rules
1 parent cca52e4 commit b20c6fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
uses: astral-sh/[email protected]
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
28+
- run: ruff format --check

0 commit comments

Comments
 (0)