--- name: Basic Workflow on: push jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Run tests run: echo "Testing"