diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index bce8cd6c195..4d49d5aa21e 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -45,8 +45,8 @@ jobs: - dependencies: black python3-isort task: make -f Makefile fmt-ci working-directory: ./tests/client-dbus - - dependencies: yamllint - task: make -f Makefile yamllint + - dependencies: yamllint tmt + task: make -f Makefile yamllint tmtlint working-directory: . runs-on: ubuntu-22.04 container: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 5be9712813c..58831a5a192 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -29,8 +29,8 @@ jobs: - dependencies: black python3-isort task: make -f Makefile fmt-ci working-directory: ./tests/client-dbus - - dependencies: yamllint - task: make -f Makefile yamllint + - dependencies: yamllint tmt + task: make -f Makefile yamllint tmtlint working-directory: . - dependencies: shfmt task: make -f Makefile fmt-shell-ci diff --git a/Makefile b/Makefile index e48b8301fe4..99d41d9940b 100644 --- a/Makefile +++ b/Makefile @@ -425,6 +425,10 @@ test-stratis-min: yamllint: yamllint --strict .github/workflows/*.yml .packit.yaml +## Run tmt lint +tmtlint: + tmt lint + ## Build docs-rust for CI docs-ci: docs-rust @@ -507,6 +511,7 @@ clippy: clippy-macros clippy-min clippy-udev-utils clippy-no-ipc test-clevis-loop-should-fail-valgrind test-clevis-real test-clevis-real-should-fail + tmtlint yamllint # COLORS