Compare commits

...

2 commits

Author SHA1 Message Date
Jakub Panek
2ae75d7c13
fixup! ci: add test 2024-07-26 08:10:39 +02:00
Jakub Panek
277806be1a
ci: add test 2024-07-26 08:00:55 +02:00

View file

@ -0,0 +1,9 @@
on:
push:
schedule:
- cron: '*/5 * * * *'
jobs:
test:
runs-on: docker
steps:
- run: echo 'All Good'