github workflows #2
cmake.yml
on: push
latest-c++
latest-clang++
Annotations
1 error
Invalid workflow file:
.github/workflows/cmake.yml#L15
The workflow is not valid. .github/workflows/cmake.yml (Line: 15, Col: 3): The identifier 'latest-c++' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters. .github/workflows/cmake.yml (Line: 36, Col: 3): The identifier 'latest-clang++' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
|