Describe the bug
Inside our .github/workflows/ci.yml, we encounter an identifier error, identifiers can only have alpha-numeric characters, '-', and '_'. We are simply adding dashes to the name and getting rid of our invalid characters (" ").
To Reproduce
Visit: https://github.com/freeCodeCamp/classroom/actions/runs/5539810825/workflow
Expected behavior
Workflow runs on push/pull request without any errors
Screenshots

Additional context
CI pipeline was added in #348
Describe the bug
Inside our
.github/workflows/ci.yml, we encounter an identifier error, identifiers can only have alpha-numeric characters, '-', and '_'. We are simply adding dashes to the name and getting rid of our invalid characters (" ").To Reproduce
Visit: https://github.com/freeCodeCamp/classroom/actions/runs/5539810825/workflow
Expected behavior
Workflow runs on push/pull request without any errors
Screenshots

Additional context
CI pipeline was added in #348