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: