diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 54a102fe7..ed74da137 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -7,5 +7,7 @@ jobs: echo: runs-on: ubuntu-latest steps: - - name: get git current branch - run: make clean_up \ No newline at end of file + - name: Check out repository code + uses: actions/checkout@v4 + - name: list file in code + uses: ls -la \ No newline at end of file