From 69d421ddedbf7d22877227fec38fbdafcd797370 Mon Sep 17 00:00:00 2001 From: Bokuan Li Date: Tue, 10 Mar 2026 23:56:02 -0400 Subject: [PATCH] Updated workflow to test npm linkage. --- .gitea/workflows/compile.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 2e72ac7..14fd043 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -11,4 +11,6 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "This job's status is ${{ job.status }}." + - name: Test npm linkage + run: cowsay "hello" \ No newline at end of file