Optimized linters and solved linting bugs
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 / lint-shell (push) Has been cancelled
Mark stable commit / lint-python (push) Has been cancelled
Mark stable commit / mark-stable (push) Has been cancelled

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-15 11:00:17 +01:00
parent 2c15a4016b
commit f7bd5bfd0b
5 changed files with 12 additions and 13 deletions

View File

@@ -28,8 +28,8 @@ jobs:
test-virgin-root:
uses: ./.github/workflows/test-virgin-root.yml
linter-shell:
uses: ./.github/workflows/linter-shell.yml
lint-shell:
uses: ./.github/workflows/lint-shell.yml
linter-python:
uses: ./.github/workflows/linter-python.yml
lint-python:
uses: ./.github/workflows/lint-python.yml

View File

@@ -4,7 +4,7 @@ on:
workflow_call:
jobs:
linter-python:
lint-python:
runs-on: ubuntu-latest
steps:

View File

@@ -4,7 +4,7 @@ on:
workflow_call:
jobs:
linter-shell:
lint-shell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

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

View File

@@ -1,6 +1,5 @@
from __future__ import annotations
import os
import tempfile
import unittest
from types import SimpleNamespace