Skip to content

Commit 0e2e2d3

Browse files
authored
Module template retrofit: enable GHA for code style (#143)
1 parent 9cac48c commit 0e2e2d3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ on:
55
pull_request:
66

77
jobs:
8-
#check-code-style:
9-
#name: Check code style
10-
#runs-on: ubuntu-latest
11-
#steps:
12-
#- uses: actions/checkout@v2
13-
#- uses: actions/setup-python@v2
14-
#with:
15-
#python-version: "3.x"
16-
#- run: python -m pip install tox
17-
#- run: tox -e check_codestyle
8+
check-code-style:
9+
name: Check code style
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-python@v2
14+
with:
15+
python-version: "3.x"
16+
- run: python -m pip install tox
17+
- run: tox -e check_codestyle
1818

1919
#check-types:
2020
#name: Check types with Mypy

0 commit comments

Comments
 (0)