Hello world
All checks were successful
build

This commit is contained in:
Jake Howard 2023-03-24 14:31:10 +00:00
parent 2b35cf9384
commit 2a438768d8

View File

@ -8,3 +8,5 @@ jobs:
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v3
- name: Hello world
run: docker run hello-world