Skip to content

Commit a2474ae

Browse files
author
Rafid Bin Mostofa
authored
chore(22.04): add pkg-deps job (canonical#188)
This commit adds a new pkg-deps job on Pull Request. It checks in changed files if slices of any package A has been listed in "essential" of a slice in package B, but B does not depend on A. If found, the CI will add a comment in the Pull Request with the findings.
1 parent 1044944 commit a2474ae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ jobs:
1919
lint:
2020
name: Lint
2121
uses: canonical/chisel-releases/.github/workflows/lint.yaml@main
22+
23+
pkg-deps:
24+
if: github.event_name == 'pull_request'
25+
name: Package dependencies
26+
uses: canonical/chisel-releases/.github/workflows/pkg-deps.yaml@main

0 commit comments

Comments
 (0)