Skip to content

Commit 5228f39

Browse files
authored
add shellcheck
1 parent 4684c0f commit 5228f39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-test-build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313

14-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
15-
1614
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
1715

16+
- run: shellcheck **/*.sh
17+
1818
build-push:
1919
needs: [lint-test]
2020
uses: libops/.github/.github/workflows/build-push-ghcr.yaml@main

0 commit comments

Comments
 (0)