Quote shell variables #7
pre-run-check.yml
on: push
Hash Check
License Header Check
RDL File Check
compile.yml Check
Annotations
1 error
Invalid workflow file:
.github/workflows/pre-run-check.yml#L24
The workflow is not valid. .github/workflows/pre-run-check.yml (Line: 24, Col: 9): Unexpected symbol: '"pull_request"'. Located at position 22 within expression: github.event_name == "pull_request" .github/workflows/pre-run-check.yml (Line: 108, Col: 9): Unexpected symbol: '"push"'. Located at position 22 within expression: github.event_name == "push" || (github.event_name == "pull_request" && github.base_ref == "main")
|