diff --git a/web/.github/workflows/linter.yml b/web/.github/workflows/linter.yml index 358af10b5..20df49370 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -12,8 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} fetch-depth: 0 - name: Prettier