Updated workflow to test npm linkage.
Some checks failed
Compile Project / Compile (push) Failing after 4s

This commit is contained in:
Bokuan Li
2026-03-10 23:56:02 -04:00
parent 49ec625888
commit 69d421dded

View File

@@ -11,4 +11,6 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."
- name: Test npm linkage
run: cowsay "hello"