1
0
Fork 0

Example workflow
/ test (push) Waiting to run Details

This commit is contained in:
Michał Rudowicz 2024-08-28 18:54:28 +02:00
parent 024f8677ec
commit b5387532df
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
on:
push:
branches:
- main
jobs:
test:
runs-on: docker
container:
image: alpine:3.19
steps:
- run: cat /etc/os-release