Skip to content

Commit 0ed12e5

Browse files
authored
ci: Remove husky and lint-staged (#572)
1 parent 77ce5ec commit 0ed12e5

File tree

5 files changed

+9
-1022
lines changed

5 files changed

+9
-1022
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ jobs:
7878
- name: Run ncc
7979
run: npm run build
8080

81-
- name: Remove lint-staged husky
82-
if: github.ref == 'refs/heads/main'
83-
run: |
84-
npm uninstall lint-staged husky
85-
git checkout package-lock.json package.json
86-
8781
- name: Setup mdBook
8882
if: github.ref == 'refs/heads/main'
8983
uses: peaceiris/[email protected]

.husky/post-merge

Lines changed: 0 additions & 2 deletions
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)