File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14
14
with :
15
15
fetch-depth : 0
16
16
sparse-checkout : |
Original file line number Diff line number Diff line change 12
12
options : --user 0:0
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
- name : editorconfig-checker
17
17
run : editorconfig-checker .
18
18
23
23
options : --user 0:0
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
27
- name : markdownlint
28
28
run : markdownlint-cli2 **.{md,markdown}
29
29
34
34
options : --user 0:0
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38
38
- name : install alpine packages
39
39
run : apk add --no-cache findutils
40
40
- name : shellcheck
47
47
options : --user 0:0
48
48
steps :
49
49
- name : Checkout
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
51
51
- name : install alpine packages
52
52
run : apk add --no-cache findutils
53
53
- name : shfmt
60
60
options : --user 0:0
61
61
steps :
62
62
- name : Checkout
63
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64
64
- name : yamllint
65
65
run : yamllint .
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
13
- name : test
14
14
env :
15
15
CI : true
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
13
- name : Validate Documentation
14
14
run : |
15
15
for APPFOLDER in compose/.apps/*; do
You can’t perform that action at this time.
0 commit comments