File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,19 @@ jobs:
3838 COVERALLS_FLAG_NAME : ${{ matrix.os }} - ${{ matrix.python-version }}
3939 COVERALLS_PARALLEL : true
4040
41- # lint:
42- # name: Run Linters
43- # runs-on: ubuntu-latest
44- # steps:
45- # - name: Checkout
46- # uses: actions/checkout@v2
47- #
48- # - name: Super-Linter
49- # uses: github/super-linter@v4.2.2
50- # env:
51- # VALIDATE_PYTHON_BLACK: true
52- # DEFAULT_BRANCH: master
53- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+ lint :
42+ name : Run Linters
43+ runs-on : ubuntu-latest
44+ steps :
45+ - name : Checkout
46+ uses : actions/checkout@v2
47+
48+ - name : Super-Linter
49+ uses : github/super-linter@v4.2.2
50+ env :
51+ VALIDATE_PYTHON_BLACK : true
52+ DEFAULT_BRANCH : master
53+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5454
5555 coveralls :
5656 name : Indicate completion to coveralls.io
You can’t perform that action at this time.
0 commit comments