ci: Add missing errexit to lint CI install

Otherwise, a possible failure is silently ignored.

Also, rename the file, while touching it, to clarify installing is the
first step.
This commit is contained in:
MarcoFalke
2025-06-18 14:14:34 +02:00
parent fa535a6de7
commit fa68dcb207
4 changed files with 5 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ or `--help`:
| `py_lint` | [ruff](https://github.com/astral-sh/ruff)
| markdown link check | [mlc](https://github.com/becheran/mlc)
In use versions and install instructions are available in the [CI setup](../../ci/lint/04_install.sh).
In use versions and install instructions are available in the [CI setup](../../ci/lint/01_install.sh).
Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated.