diff --git a/.packit.yaml b/.packit.yaml index 2f0627401d..cead87ae8a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -32,3 +32,12 @@ jobs: dist_git_branches: - fedora-39 - fedora-38 # rawhide updates are created automatically + - job: copr_build + trigger: pull_request + targets: + - fedora-all + - job: tests + trigger: pull_request + targets: + - fedora-all + fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac266dc12f..7432696feb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,3 +30,7 @@ repos: rev: v1.2.0 hooks: - id: validate-config +- repo: https://github.com/teemtee/tmt.git + rev: 1.26.0 + hooks: + - id: tmt-lint