Updated compile workflow location.
Some checks failed
Compile Project / Compile (push) Failing after 0s

This commit is contained in:
Bokuan Li
2026-03-10 22:52:57 -04:00
parent 70f7905544
commit ad20d737e7

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