diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1ddb7b..75a3b6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install and run Luacheck uses: nebularg/actions-luacheck@v1