mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
chore(package.json): add lint:check script to run eslint and prettier in check mode
This commit is contained in:
6
.github/workflows/eslint.yml
vendored
6
.github/workflows/eslint.yml
vendored
@@ -39,8 +39,4 @@ jobs:
|
||||
run: pnpm install
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
pnpm run lint
|
||||
git config --global user.email "noreply@github.com"
|
||||
git config --global user.name "CI"
|
||||
git diff --quiet || (git add -A && git commit -m "style: ESlint && Prettier" && git push)
|
||||
run: pnpm run lint:check
|
||||
|
||||
Reference in New Issue
Block a user