diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index e9c8b07..2e72ac7 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -6,6 +6,8 @@ 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 }}