rename some jobs #1991
programming_team_code_ci.yml
on: push
clangtidy
files_without_tests
g++_clang
g++_gcc
grep_clangformat_cppcheck
library_checker_aizu
build_ptc
shellcheck_shfmt
update_main
publish_ptc
Annotations
1 error
|
Invalid workflow file:
.github/workflows/programming_team_code_ci.yml#L60
The workflow is not valid. .github/workflows/programming_team_code_ci.yml (Line: 60, Col: 3): The identifier 'g++_gcc' 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/programming_team_code_ci.yml (Line: 67, Col: 3): The identifier 'g++_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.
|