Add a Github actions workflow #1
test.yml
on: push
pre-commit
Matrix: python-tests
Waiting for pending jobs
Matrix: rust-tests
Waiting for pending jobs
Annotations
1 error
Invalid workflow file:
.github/workflows/test.yml#L10
The workflow is not valid. .github/workflows/test.yml (Line: 10, Col: 5): Unexpected value 'on' .github/workflows/test.yml (Line: 10, Col: 5): Required property is missing: runs-on
|