diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c4690b5..da22939 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -8,3 +8,5 @@ jobs: container: catthehacker/ubuntu:act-latest steps: - uses: actions/checkout@v3 + - name: Hello world + run: docker run hello-world