Skip to content

Commit

Permalink
chore(22.04): add pkg-deps job (canonical#188)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rebornplusplus authored and cjdcordeiro committed Sep 27, 2024
1 parent 847975a commit fe149f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
lint:
name: Lint
uses: canonical/chisel-releases/.github/workflows/lint.yaml@main

pkg-deps:
if: github.event_name == 'pull_request'
name: Package dependencies
uses: canonical/chisel-releases/.github/workflows/pkg-deps.yaml@main

0 comments on commit fe149f7

Please sign in to comment.