diff --git a/web/.github/workflows/linter.yml b/web/.github/workflows/linter.yml index 20df49370..c13c5b616 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -13,6 +13,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + ref: ${{ github.head_ref }} - name: Prettier uses: creyD/prettier_action@v3.1