diff --git a/.github/workflows/prettier-lint-check.yml b/.github/workflows/prettier-lint-check.yml index 73c29d53..2a90cfb3 100644 --- a/.github/workflows/prettier-lint-check.yml +++ b/.github/workflows/prettier-lint-check.yml @@ -23,11 +23,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} - # This is important to fetch the changes to the previous commit - fetch-depth: 0 - name: Load Node.js uses: actions/setup-node@v2