Skip to content

nightly

nightly #345

Workflow file for this run

name: nightly
on:
schedule:
- cron: 0 0 * * *
jobs:
nightly:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: test
run: |
npm install