Skip to content

Commit f9414a0

Browse files
committed
Disable CI linting properly
1 parent afc386d commit f9414a0

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/linter.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# name: Linter
1+
name: Linter
22

3-
# # Triggers the workflow on push or pull request events only for the master branch
4-
# on:
5-
# push:
6-
# branches: [master]
7-
# pull_request:
8-
# branches: [master]
3+
# Triggers the workflow on push or pull request events only for the master branch
4+
on:
5+
push:
6+
branches: [master]
7+
pull_request:
8+
branches: [master]
99

10-
# jobs:
11-
# build:
12-
# runs-on: ubuntu-latest
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
1313

14-
# steps:
15-
# # Checks-out repository under $GITHUB_WORKSPACE, so job can access it
16-
# - uses: actions/checkout@v2
14+
steps:
15+
# Checks-out repository under $GITHUB_WORKSPACE, so job can access it
16+
- uses: actions/checkout@v2
1717

18-
# # Runs the linter
19-
# - name: Super-Linter
20-
# uses: docker://github/super-linter:v3.3.0
21-
# env:
22-
# VALIDATE_ALL_CODEBASE: false
23-
# DISABLE_ERRORS: true
18+
# Runs the linter
19+
# - name: Super-Linter
20+
# uses: docker://github/super-linter:v3.3.0
21+
# env:
22+
# VALIDATE_ALL_CODEBASE: false
23+
# DISABLE_ERRORS: true

0 commit comments

Comments
 (0)