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 b12235e commit 2469485Copy full SHA for 2469485
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
black:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/setup-python@v1
+ - uses: actions/setup-python@v2
15
- uses: actions/checkout@v2
16
- run: python -m pip install black
17
- run: black --check --diff .
@@ -75,7 +75,7 @@ jobs:
75
run: python setup.py test
76
- run: codecov
77
env:
78
- CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
79
80
extras:
81
needs:
@@ -103,4 +103,4 @@ jobs:
103
104
105
106
0 commit comments