Skip to content

Some changes

Some changes #3

Workflow file for this run

name: On Pull Requests

Check failure on line 1 in .github/workflows/on-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-pr.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build-and-test
on:
pull_request:
types: [ opened ]
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest