File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- # name: Linter
1
+ name : Linter
2
2
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]
9
9
10
- # jobs:
11
- # build:
12
- # runs-on: ubuntu-latest
10
+ jobs :
11
+ build :
12
+ runs-on : ubuntu-latest
13
13
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
17
17
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
You can’t perform that action at this time.
0 commit comments