checkBios/.gitea/workflows/run.yaml

16 lines
258 B
YAML
Raw Normal View History

2024-06-10 21:01:46 +02:00
on:
schedule:
- cron: '12 10 * * *'
push:
branches:
- master
2024-06-25 09:26:47 +02:00
- renovate/*
2024-06-10 21:01:46 +02:00
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
2024-07-28 11:51:44 +02:00
npx pnpm install --frozen-lockfile
npx pnpm run start