mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Trying koalaman/shellcheck-alpine:latest to see if Lint error is resolved for secure_getenv: symbol not found
This commit is contained in:
parent
2ba74d33bc
commit
4351f20a34
2 changed files with 4 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -103,7 +103,8 @@ jobs:
|
|||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
needs: collect-changed-files
|
||||
container: koalaman/shellcheck-alpine:v0.7.0
|
||||
## DGM container: koalaman/shellcheck-alpine:v0.7.0
|
||||
container: koalaman/shellcheck-alpine:latest
|
||||
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
|
||||
steps:
|
||||
## DGM - uses: actions/checkout@v4
|
||||
|
|
3
.github/workflows/templates/ci.yml
vendored
3
.github/workflows/templates/ci.yml
vendored
|
@ -103,7 +103,8 @@ jobs:
|
|||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
needs: collect-changed-files
|
||||
container: koalaman/shellcheck-alpine:v0.7.0
|
||||
## DGM container: koalaman/shellcheck-alpine:v0.7.0
|
||||
container: koalaman/shellcheck-alpine:latest
|
||||
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
|
||||
steps:
|
||||
## DGM - uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue