first commit

This commit is contained in:
josc146
2023-03-15 16:18:51 +08:00
commit e642f2b922
67 changed files with 14469 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
name: verify-configs
on:
workflow_dispatch:
schedule:
- cron: "0 6 * * *"
jobs:
verify_configs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run verify