diff --git a/.gitea/compile.yaml b/.gitea/compile.yaml new file mode 100644 index 0000000..e9c8b07 --- /dev/null +++ b/.gitea/compile.yaml @@ -0,0 +1,12 @@ +name: Compile Project +run-name: Compile the project using spec. +on: [push] + +jobs: + Compile: + runs-on: ubuntu-latest + steps: + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} + - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file