X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fautofix.yml;h=cb51957ece186d19215d414acfcba1b1f82fb33f;hb=c5db2d3ea50692486410eb1a33e5bb51d6d4181e;hp=371200fd3a3dbe17f714d20c9fd1ffb4a62a4b22;hpb=0b7cbf73dfdc8346132c002ba9c83fdafe286ee2;p=poolifier.git diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 371200fd..cb51957e 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -1,7 +1,7 @@ name: autofix.ci on: - pull_request: push: + pull_request: branches: [master] permissions: contents: read @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: 'pnpm' - - run: pnpm build - run: pnpm install --ignore-scripts - - run: pnpm format + - run: pnpm build + # - run: pnpm format - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a