We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7a3fa commit 45cec1fCopy full SHA for 45cec1f
.github/workflows/3-step.yml
@@ -49,9 +49,11 @@ jobs:
49
- name: Lint welcome.yml with actionlint
50
id: actionlint-check
51
continue-on-error: true
52
- uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2.0.1
+ uses: raven-actions/actionlint@v2.1.1
53
with:
54
files: .github/workflows/welcome.yml
55
+ version: 1.7.10
56
+ fail-on-error: true
57
58
- name: Check for steps section in welcome.yml
59
id: check-steps-section
@@ -60,7 +62,6 @@ jobs:
60
62
61
63
text-file: .github/workflows/welcome.yml
64
keyphrase: "steps:"
- fail-on-error: true
65
66
- name: Check for gh pr comment command in welcome.yml
67
id: check-gh-pr-comment
0 commit comments