File tree 3 files changed +18
-5
lines changed
3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
name : Tag
2
3
3
- on :
4
+ on : # yamllint disable-line rule:truthy
4
5
pull_request :
5
- types :
6
+ types :
6
7
- closed
7
8
8
9
jobs :
11
12
name : Tag semantic version
12
13
runs-on : ubuntu-latest
13
14
steps :
14
- - name : Tag
15
+ - name : Tag
15
16
16
17
with :
17
18
release_branch : main
Original file line number Diff line number Diff line change 1
1
---
2
2
name : reviewdog
3
- on :
3
+ on : # yamllint disable-line rule:truthy
4
4
push :
5
5
6
6
jobs :
16
16
with :
17
17
github_token : ${{ secrets.github_token }}
18
18
reporter : github-check
19
+
20
+ yamllint :
21
+ name : runner / yamllint
22
+ runs-on : ubuntu-latest
23
+ steps :
24
+ - uses : actions/checkout@v1
25
+ - name : yamllint
26
+ uses : reviewdog/action-yamllint@v1
27
+ with :
28
+ github_token : ${{ secrets.github_token }}
29
+ reporter : github-check
Original file line number Diff line number Diff line change
1
+ ---
1
2
name : ' Container Action Template'
2
3
description : ' Get started with Container actions'
3
4
author : ' GitHub'
4
- inputs :
5
+ inputs :
5
6
myInput :
6
7
description : ' Input to use'
7
8
default : ' world'
You can’t perform that action at this time.
0 commit comments