Hello world
build Details

This commit is contained in:
Jake Howard 2023-03-24 14:31:10 +00:00
parent 2b35cf9384
commit 2a438768d8
1 changed files with 2 additions and 0 deletions

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