Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down