Skip to content

Commit 2cf05e9

Browse files
committed
chore(ci): Replace flake8 job with ruff
1 parent 285e7f4 commit 2cf05e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ permissions:
1717
contents: read
1818

1919
jobs:
20-
flake8:
20+
style:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
24-
- run: pipx run flake8-pyproject sdcflows/
24+
- run: pipx run ruff check sdcflows/
25+
- run: pipx run ruff format --diff sdcflows/
2526

2627
# codespell:
2728
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)