Commit fede9e5 1 parent d73755e commit fede9e5 Copy full SHA for fede9e5
File tree 3 files changed +57
-0
lines changed
3 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : YAML Lint
3
+
4
+ on :
5
+ push :
6
+ paths :
7
+ - ' **.yml'
8
+
9
+ jobs :
10
+ lint :
11
+ name : Lint
12
+ timeout-minutes : 3
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v2.4.0
16
+ - uses : ibiqlik/action-yamllint@v3.1
17
+ with :
18
+ config_file : .yamllint.yml
19
+ strict : false
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : YAML Lint
3
+
4
+ on :
5
+ push :
6
+ paths :
7
+ - ' **.yml'
8
+
9
+ jobs :
10
+ lint :
11
+ name : Lint
12
+ timeout-minutes : 3
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v2.4.0
16
+ - uses : ibiqlik/action-yamllint@v3.1
17
+ with :
18
+ config_file : .yamllint.yml
19
+ strict : false
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : YAML Lint
3
+
4
+ on :
5
+ push :
6
+ paths :
7
+ - ' **.yml'
8
+
9
+ jobs :
10
+ lint :
11
+ name : Lint
12
+ timeout-minutes : 3
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v2.4.0
16
+ - uses : ibiqlik/action-yamllint@v3.1
17
+ with :
18
+ config_file : .yamllint.yml
19
+ strict : false
You can’t perform that action at this time.
0 commit comments