Files
spec-template/.gitea/workflows/compile.yaml
Bokuan Li ad20d737e7
Some checks failed
Compile Project / Compile (push) Failing after 0s
Updated compile workflow location.
2026-03-10 22:52:57 -04:00

12 lines
295 B
YAML

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