Skip to content

Commit

Permalink
Add tmtlint support
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 22, 2023
1 parent dbbda27 commit 43945dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43945dd

Please sign in to comment.