Fix workflow names #13
ci.yml
on: push
Build - client
Lint - client
Lint - server
Test - server
Annotations
1 error
Invalid workflow file:
.github/workflows/ci.yml#L13
The workflow is not valid. .github/workflows/ci.yml (Line: 13, Col: 3): The identifier 'Test - server' 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/ci.yml (Line: 27, Col: 3): The identifier 'Lint - server' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
|