diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3c107a2..cf94b6c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,25 +1,6 @@ name: CI - on: [push, pull_request] - jobs: - build: + test: runs-on: ubuntu-latest - steps: - - name: Clone repo - run: | - git clone https://${{ gitea.server }}/${{ gitea.repository }} repo - cd repo - git checkout ${{ gitea.sha }} - - - name: Check files - run: | - cd repo - ls -la - - - name: Verify Python - run: | - python3 --version - - - name: Done - run: echo "CI completed" + steps: [ { run: "echo hello" } ]