build(ci): add autofix GH action
[poolifier.git] / .github / workflows / autofix.yml
CommitLineData
14b39b9c
JB
1name: autofix.ci
2on:
3 pull_request:
4 push:
5 branches: [master]
6permissions:
7 contents: read
8
9jobs:
10 autofix:
11 runs-on: ubuntu-latest
12 steps:
13 - uses: actions/checkout@v4
14 - uses: pnpm/action-setup@v4
15 - uses: actions/setup-node@v4
16 with:
17 cache: 'pnpm'
18 - run: pnpm install --ignore-scripts
19 - run: pnpm format
20 - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a