Skip to content

Commit 81559fc

Browse files
committed
reorder
1 parent 59837ce commit 81559fc

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/docker-tests.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ concurrency:
1010
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1111

1212
jobs:
13-
shellcheck:
14-
name: Shellcheck
15-
runs-on: ubuntu-latest
16-
17-
steps:
18-
- name: Run ShellCheck
19-
- uses: actions/checkout@v3
20-
run: find . -type f -name "*.sh" -exec shellcheck {} +
21-
2213
tests:
2314
name: Validate Platform Installation
2415
runs-on: ubuntu-latest
@@ -34,3 +25,13 @@ jobs:
3425
- name: Check Health
3526
run: |
3627
./postflight_checks.sh
28+
29+
shellcheck:
30+
name: Shellcheck
31+
runs-on: ubuntu-latest
32+
33+
steps:
34+
- name: Run ShellCheck
35+
- uses: actions/checkout@v3
36+
run: find . -type f -name "*.sh" -exec shellcheck {} +
37+

0 commit comments

Comments
 (0)