diff --git a/.gitea/workflows/dev-build.yaml b/.gitea/workflows/dev-build.yaml index af9697c..6ca0398 100644 --- a/.gitea/workflows/dev-build.yaml +++ b/.gitea/workflows/dev-build.yaml @@ -7,4 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out repository code - uses: actions/checkout@v4 \ No newline at end of file + uses: actions/checkout@v4 + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} \ No newline at end of file