checkBios/.gitea/workflows/run.yaml

21 lines
364 B
YAML
Raw Normal View History

2024-06-10 21:01:46 +02:00
on:
schedule:
2024-11-23 07:13:26 +01:00
- cron: '12 10 * * 3'
2024-06-10 21:01:46 +02:00
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
2024-12-15 10:40:09 +01:00
- uses: denoland/setup-deno@v2
env:
AGENT_TOOLSDIRECTORY: /tmp
with:
deno-version: v2.x
2024-06-10 21:01:46 +02:00
- run: |
2024-12-15 10:40:09 +01:00
deno -q install --frozen
deno run start