Skip to content

Commit 69c8682

Browse files
authored
Enhance CI with ruff and black linting
Add ruff and black linting checks to CI workflow Signed-off-by: Wilson Garcia <dev@n3u.dev>
1 parent 02dffbb commit 69c8682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
2626
- name: Lint
2727
run: |
28+
ruff check .
29+
black --check .
2830
isort --check-only .
2931
3032
- name: Run tests

0 commit comments

Comments
 (0)