name: "PR Checks" on: [push] jobs: test_something: runs-on: ubuntu-latest steps: - run: echo "All is fine."