chore(ci): rename codesniffer workflows to linter
Some checks failed
Mark stable commit / test-unit (push) Has been cancelled
Mark stable commit / test-integration (push) Has been cancelled
Mark stable commit / test-env-virtual (push) Has been cancelled
Mark stable commit / test-env-nix (push) Has been cancelled
Mark stable commit / test-e2e (push) Has been cancelled
Mark stable commit / test-virgin-user (push) Has been cancelled
Mark stable commit / test-virgin-root (push) Has been cancelled
Mark stable commit / linter-shell (push) Has been cancelled
Mark stable commit / linter-python (push) Has been cancelled
Mark stable commit / mark-stable (push) Has been cancelled

- Rename ShellCheck workflow to linter-shell
- Rename Ruff workflow to linter-python
- Update workflow calls and dependencies accordingly

https://chatgpt.com/share/693ed61a-7490-800f-aef1-fce845e717a2
This commit is contained in:
Kevin Veen-Birkenbach
2025-12-14 16:21:57 +01:00
parent 822c418503
commit f63b0a9f08
4 changed files with 12 additions and 12 deletions

View File

@@ -29,16 +29,16 @@ jobs:
test-virgin-root:
uses: ./.github/workflows/test-virgin-root.yml
codesniffer-shellcheck:
uses: ./.github/workflows/codesniffer-shellcheck.yml
linter-shell:
uses: ./.github/workflows/linter-shell.yml
codesniffer-ruff:
uses: ./.github/workflows/codesniffer-ruff.yml
linter-python:
uses: ./.github/workflows/linter-python.yml
mark-stable:
needs:
- codesniffer-shellcheck
- codesniffer-ruff
- linter-shell
- linter-python
- test-unit
- test-integration
- test-env-nix