Files
chatGPTBox/.github/workflows/verify-configs.yml
T
2023-03-15 16:18:51 +08:00

18 lines
304 B
YAML

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