We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc9d3e commit fffbcd4Copy full SHA for fffbcd4
.github/workflows/autofix.yml
@@ -19,8 +19,8 @@ jobs:
19
node-version: 20
20
cache: "pnpm"
21
- run: pnpm install
22
- - name: Fix lint issues
23
- run: npm run lint:fix
+ - run: pnpm automd
+ - run: pnpm lint:fix
24
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
25
with:
26
commit-message: "chore: apply automated lint fixes"
0 commit comments