diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fd1a63f..8a131a5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,5 +4,5 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Printing hello - run: echo "Hello" \ No newline at end of file + - name: Printing hello + run: echo "Hello" \ No newline at end of file