chore(ci): reorganize CI workflows and add depcheck and playwright jobs
This commit is contained in:
17
.github/workflows/depcheck.yaml
vendored
Normal file
17
.github/workflows/depcheck.yaml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
env:
|
||||
TZ: Asia/Shanghai
|
||||
on:
|
||||
push:
|
||||
jobs:
|
||||
depcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: yanhao98/composite-actions/setup-node-environment@main
|
||||
- run: npx depcheck || true
|
||||
- run: node .depcheck.js
|
||||
- run: npx taze --help
|
||||
- run: npx taze
|
||||
- run: npx taze -a
|
Reference in New Issue
Block a user