name: Test on: push: branches: - main jobs: test: runs-on: ubuntu steps: - name: Echo hello run: | echo "Hello Gitea Actions!" - name: Show system info run: | uname -a - name: Show current directory run: | pwd