From 9c5afd0139d85939aed10b076ad1198a747687a2 Mon Sep 17 00:00:00 2001 From: tpluscode Date: Fri, 8 Nov 2024 08:37:01 +0100 Subject: [PATCH] ci: checkout code --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e4d174..1fb7935 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,9 @@ jobs: lint: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-node@v4 with: node-version: "lts/*"