ci: add test

This commit is contained in:
Jakub Panek 2024-07-26 08:00:55 +02:00
parent 94afa84e68
commit 277806be1a
No known key found for this signature in database
GPG key ID: D5E8A1F82F3BDA9D

View file

@ -0,0 +1,11 @@
on:
push:
schedule:
- cron: '*/5 * * * *'
jobs:
test:
runs-on: docker
container:
image: docker.io/stagex/busybox:sx2024.05.0
steps:
- run: echo 'All Good'