diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index 16d8495..b67f5ba 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -4,7 +4,8 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - name: Checkout + uses: actions/checkout@v2 with: fetch-depth: 0 - name: NPM install