Update CI/CD workflow #2
ci.yml
on: push
lint
/
Run linters
test
/
Run tests and report coverage
Annotations
1 error
Invalid workflow file:
.github/workflows/ci.yml#L8
The workflow is not valid. .github/workflows/ci.yml (Line: 8, Col: 9): Unexpected value 'uses' .github/workflows/ci.yml (Line: 5, Col: 9): Required property is missing: runs-on
|