I have a workflow with 5 jobs:
- client/install
- server/install
- client/lint
- server/lint
- client/build
In a recent commit, one of the jobs (server/lint) was failing (See image below)
Seeing as Github wasn’t showing any errors, I remarked that only 3 jobs were shown as checks (See image below). And with the following names: (build, install and lint)
This looks like a bug where job names using slashes would be registered as only the last part (client/install => install) on Github
Who can I contact about this?