osu-wiki
osu-wiki copied to clipboard
Continue on CI errors
In our 'changed files' workflow, I think the four checks should be independent.
- Markdown remark
- yamllint
- Links check
- Outdated translations
They are individual checks. It's annoying to fix an error upon the first failure of the workflow, but to be greeted with another workflow failure, and to waste unnecessary time and commits. It's suggested to go fully through the check process, even if any of them reports errors. Are there any ways to resolve this?