Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Package Dependencies workflow #9

Open
wants to merge 3 commits into
base: ubuntu-22.04
Choose a base branch
from
Open
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
15 changes: 3 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ on:
- "ubuntu-*"

jobs:
cla-check:
if: github.event_name == 'pull_request'
name: CLA check
uses: canonical/chisel-releases/.github/workflows/cla-check.yaml@main

installability-tests:
name: Installability tests
uses: canonical/chisel-releases/.github/workflows/install-slices.yaml@main

lint:
name: Lint
uses: canonical/chisel-releases/.github/workflows/lint.yaml@main
pkg-deps:
name: Package dependencies
uses: rebornplusplus/chisel-releases/.github/workflows/pkg-deps.yaml@main
1 change: 1 addition & 0 deletions slices/coreutils.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Modifying this hehe
package: coreutils

slices:
Expand Down