This commit is contained in:
parent
91ffc4665a
commit
b1632eb2cb
1 changed files with 2 additions and 0 deletions
|
@ -9,9 +9,11 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
apk add shellcheck atools sudo abuild
|
apk add shellcheck atools sudo abuild
|
||||||
echo $GITHUB_WORKSPACE
|
echo $GITHUB_WORKSPACE
|
||||||
ls -all $GITHUB_WORKSPACE
|
ls -all $GITHUB_WORKSPACE
|
||||||
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
|
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
|
||||||
|
ls $GITHUB
|
||||||
lint
|
lint
|
||||||
|
|
Loading…
Reference in a new issue