Files
spec-template/.gitea/workflows/compile.yaml
Bokuan Li 69d421dded
Some checks failed
Compile Project / Compile (push) Failing after 4s
Updated workflow to test npm linkage.
2026-03-10 23:56:02 -04:00

16 lines
432 B
YAML

name: Compile Project
run-name: Compile the project using spec.
on: [push]
jobs:
Compile:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "This job's status is ${{ job.status }}."
- name: Test npm linkage
run: cowsay "hello"