Skip to content

Commit 31245cc

Browse files
committed
Include pycodestyle checks and rename this integration properly.
1 parent 7849f5d commit 31245cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint Python Code
1+
name: Lint and Test Python Code
22

33
on:
44
pull_request:
@@ -27,6 +27,6 @@ jobs:
2727
python -m pip install --upgrade pip poetry
2828
poetry install
2929
- name: Run Ruff
30-
run: poetry run ruff check --output-format=github
30+
run: poetry run ruff check --output-format=github && poetry run pycodestyle src
3131
- name: Run tests under Python ${{ matrix.python-version }}
3232
run: poetry run make test

0 commit comments

Comments
 (0)