Updates Actions #1
Annotations
1 error
Invalid workflow file:
.github/workflows/run-test.yaml#L12
The workflow is not valid. .github/workflows/run-test.yaml (Line: 12, Col: 9): Unexpected symbol: '#'. Located at position 1 within expression: # Conditional to limit runs: checks if it's NOT a push to a branch with an open PR github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
|