This commit is contained in:
parent
1d23e39f98
commit
554431771a
1 changed files with 2 additions and 3 deletions
|
@ -11,10 +11,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs git
|
- run: apk add nodejs git
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 500
|
||||||
- run: |
|
- run: |
|
||||||
apk add shellcheck atools sudo abuild
|
apk add shellcheck atools sudo abuild
|
||||||
echo $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