Skip to content

Commit b6de91d

Browse files
committed
Merge branch 'feature/tests' of https://github.com/tldrwtf/pokedo into feature/tests
2 parents 01a1ec9 + 69c8682 commit b6de91d

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)