Skip to content

Commit

Permalink
ci: Remove husky and lint-staged (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 22, 2021
1 parent 77ce5ec commit 0ed12e5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1,022 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ jobs:
- name: Run ncc
run: npm run build

- name: Remove lint-staged husky
if: github.ref == 'refs/heads/main'
run: |
npm uninstall lint-staged husky
git checkout package-lock.json package.json
- name: Setup mdBook
if: github.ref == 'refs/heads/main'
uses: peaceiris/[email protected]
Expand Down
2 changes: 0 additions & 2 deletions .husky/post-merge

This file was deleted.

1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

Loading

0 comments on commit 0ed12e5

Please sign in to comment.