From 9b18c2efa6a68178044a46f86d38709c374a0d27 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 14 Aug 2026 14:52:28 -0400 Subject: [PATCH] Use shared action to check for typos and yaml lints Signed-off-by: mulhern --- .github/workflows/main.yml | 7 +++++-- Makefile | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04490a3..fdf39d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,8 +17,6 @@ jobs: include: - dependencies: ruff task: make -f Makefile fmt-travis - - dependencies: yamllint - task: make -f Makefile yamllint - dependencies: > libatomic python3-into-dbus-python @@ -82,3 +80,8 @@ jobs: ${{ matrix.dependencies }} - name: ${{ matrix.task }} run: ${{ matrix.task }} + + general_checks: + uses: stratis-storage/github-actions/.github/workflows/reusable_general.yml@master + with: + fedora-container-image-number: 43 # CURRENT DEVELOPMENT ENVIRONMENT diff --git a/Makefile b/Makefile index 598e6ff..5ff4839 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,8 @@ view: .PHONY: yamllint yamllint: yamllint --strict .github/workflows/main.yml .packit.yaml .yamllint.yaml + yamllint --strict .packit.yaml + yamllint --strict .yamllint.yaml .PHONY: package package: