Fix the GitHub workflow for release #11
test.yml
on: push
Matrix: Test code on Linux
Matrix: Test code on macOS
Matrix: Test code on Windows
Annotations
2 warnings
|
Workflow syntax warning:
.github/workflows/test.yml#L43
.github/workflows/test.yml (Line: 43, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|
|
Workflow syntax warning:
.github/workflows/test.yml#L51
.github/workflows/test.yml (Line: 51, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|