Commit 353f8aa 1 parent 679c114 commit 353f8aa Copy full SHA for 353f8aa
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out code
15
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15
+ uses : actions/checkout@v4
16
16
- name : Run yaml Lint
17
17
uses : actionshub/yamllint@main
18
18
19
19
markdownlint-cli2 :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Check out code
23
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
23
+ uses : actions/checkout@v4
24
24
- name : Run Markdown Lint
25
25
uses : DavidAnson/markdownlint-cli2-action@v15
26
26
with :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Check out code
32
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
32
+ uses : actions/checkout@v4
33
33
- name : Run JSON Lint
34
34
run : |
35
35
git ls-files *.json | xargs jq empty
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Check out code
11
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
11
+ uses : actions/checkout@v4
12
12
- name : Lint Terraform
13
13
uses : actionshub/terraform-lint@main
You can’t perform that action at this time.
0 commit comments