Added a compile action.

This commit is contained in:
Bokuan Li
2026-03-10 22:51:53 -04:00
parent 3e6504e5c1
commit 70f7905544

12
.gitea/compile.yaml Normal file
View File

@@ -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 }}."