diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 53fff5d26..f9a26a92a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,4 +16,5 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "This job's status is ${{ job.status }}." + \ No newline at end of file