This commit is contained in:
parent
1d23e39f98
commit
554431771a
1 changed files with 2 additions and 3 deletions
|
@ -11,10 +11,9 @@ jobs:
|
|||
steps:
|
||||
- run: apk add nodejs git
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 500
|
||||
- run: |
|
||||
apk add shellcheck atools sudo abuild
|
||||
echo $GITHUB_WORKSPACE
|
||||
ls -all $GITHUB_WORKSPACE
|
||||
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
|
||||
ls $GITHUB
|
||||
lint
|
||||
|
|
Loading…
Reference in a new issue