2024-09-10 12:12:30 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
schedule:
|
2024-09-10 12:15:56 +00:00
|
|
|
- cron: "*/5 * * * *"
|
2024-09-10 08:15:45 +00:00
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: docker
|
2024-09-10 12:29:35 +00:00
|
|
|
container:
|
|
|
|
image: alpine:3.18
|
2024-09-10 08:15:45 +00:00
|
|
|
steps:
|
|
|
|
- run: echo All Good
|
2024-09-10 12:39:33 +00:00
|
|
|
- uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|