Example workflow
This commit is contained in:
parent
024f8677ec
commit
c98b5ae7c0
|
@ -0,0 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:3.19
|
||||
steps:
|
||||
- run cat /etc/os-release
|
Loading…
Reference in New Issue