Skip to content

Commit

Permalink
chore: add automd to autofix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 15, 2024
1 parent ffc9d3e commit fffbcd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Expand Up @@ -19,8 +19,8 @@ jobs:
node-version: 20
cache: "pnpm"
- run: pnpm install
- name: Fix lint issues
run: npm run lint:fix
- run: pnpm automd
- run: pnpm lint:fix
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
with:
commit-message: "chore: apply automated lint fixes"

0 comments on commit fffbcd4

Please sign in to comment.