name: test on: push: branches: - main pull_request: branches: - main jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - name: Echo Hello World run: echo "Hello, World!" - name: Echo content of "Owo.md" run: cat Owo.md || echo "Owo.md does not exist"