ci: Remove husky and lint-staged (#572)

This commit is contained in:
Shohei Ueda
2021-02-23 01:55:16 +09:00
committed by GitHub
parent 77ce5ecb49
commit 0ed12e5298
5 changed files with 2 additions and 1015 deletions

View File

@@ -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/actions-mdbook@v1.1.14