checkBios/.gitea/workflows/run.yaml
nyyu af91f1436e
All checks were successful
/ run (push) Successful in 23s
chore: cron
2024-11-23 07:13:26 +01:00

15 lines
258 B
YAML

on:
schedule:
- cron: '12 10 * * 3'
push:
branches:
- master
- renovate/*
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npx pnpm install --frozen-lockfile
npx pnpm run start