diff --git a/.gitea/workflows/sample.yml b/.gitea/workflows/sample.yml index 6272347..9ce4dcd 100644 --- a/.gitea/workflows/sample.yml +++ b/.gitea/workflows/sample.yml @@ -4,8 +4,6 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v3 - name: List files run: ls -la - name: Done