Skip to content

Commit 3e0bc70

Browse files
committed
Removed auto-fix.ci so it now just checks instead of fixes.
1 parent 9d605ea commit 3e0bc70

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/linter.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: autofix.ci
1+
name: Lint and Format Check
22
on:
33
pull_request:
44
push:
@@ -11,8 +11,5 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
- run: |
1313
yarn
14-
yarn prettier . --write
15-
yarn eslint . --ext .js,.jsx,.ts,.tsx --fix
16-
- uses: autofix-ci/action@v1
17-
with:
18-
commit-message: "Auto fix: Prettier & ESLint"
14+
yarn prettier . --check
15+
yarn eslint .

0 commit comments

Comments
 (0)