Skip to content

Commit 0d6d1c5

Browse files
authored
feat: enable checks in CI
1 parent 44738cb commit 0d6d1c5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)