Fixed basic problem with the workflow.
All checks were successful
Compile Project / Compile (push) Successful in 17s

This commit is contained in:
Bokuan Li
2026-03-10 22:55:00 -04:00
parent ad20d737e7
commit 49ec625888

View File

@@ -6,6 +6,8 @@ jobs:
Compile: Compile:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}