diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4900038f..12d58af1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,6 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} - repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - name: Install dependencies run: npm ci --ignore-scripts