From 554431771a0533399ce3a7a937c716798d350a96 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 11 Aug 2024 16:50:18 -0400 Subject: [PATCH] fetch depth 500 --- .forgejo/workflows/action.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/action.yaml b/.forgejo/workflows/action.yaml index 36d74b7..76be6cc 100644 --- a/.forgejo/workflows/action.yaml +++ b/.forgejo/workflows/action.yaml @@ -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