Skip to content

Commit

Permalink
ci: add autofix-ci (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Dec 4, 2024
1 parent a45cb5c commit d5f9b9f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# https://autofix.ci/setup

name: autofix.ci

on:
pull_request:

permissions:
contents: read

jobs:
fix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/setup

- name: Fix
run: pnpm run fix

- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"test:install": "pnpm --filter=e2e test:install",
"changeset": "changeset",
"lint": "eslint .",
"fix": "eslint . --fix",
"release": "changeset publish",
"prepare": "husky"
},
Expand Down

0 comments on commit d5f9b9f

Please sign in to comment.