Skip to content

Add --setup-repo option to configure repositories without installing packages #17

Add --setup-repo option to configure repositories without installing packages

Add --setup-repo option to configure repositories without installing packages #17

Workflow file for this run

name: Diff
on:
pull_request:
jobs:
diff:
name: Diff
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Diff stable
run: |
make CHANNEL=stable diff
- name: Diff test
run: |
make CHANNEL=test diff