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