diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 00ef68c..2b54615 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -10,4 +10,4 @@ jobs: container: image: python:latest steps: - run: python -c 'print("Hello world!")' + - run: python -c 'print("Hello world!")'