We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cac48c commit 0e2e2d3Copy full SHA for 0e2e2d3
.github/workflows/ci.yml
@@ -5,16 +5,16 @@ on:
5
pull_request:
6
7
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
+ check-code-style:
+ name: Check code style
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-python@v2
+ with:
+ python-version: "3.x"
+ - run: python -m pip install tox
+ - run: tox -e check_codestyle
18
19
#check-types:
20
#name: Check types with Mypy
0 commit comments