Skip to content

Commit

Permalink
ci: show license sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jul 8, 2024
1 parent ca14374 commit 49fb82a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,17 @@ jobs:
fetch-depth: 0
submodules: recursive
- uses: actions/setup-python@v5
- name: Show environment
run: env
- name: Update package list
run: sudo apt-get update -y
- name: Install OS packages
# yamllint disable-line rule:line-length
run: sudo apt-get install -y $(cat dependencies/debian.txt)
- name: Show how licenses are rendered order
run: |
reuse --root salt/dom0 lint || true
./scripts/spec-get.sh dom0 license
./scripts/spec-get.sh dom0 license_csv
./scripts/spec-gen.sh test dom0
- name: Remove externally managed python environment flag
# yamllint disable-line rule:line-length
run: sudo dpkg-divert --rename --add /usr/lib/$(py3versions -d)/EXTERNALLY-MANAGED
Expand Down

0 comments on commit 49fb82a

Please sign in to comment.