-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: xtrace qubesbuilder up-to-date check
- Loading branch information
1 parent
a6194e0
commit a981a78
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,11 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- uses: actions/setup-python@v5 | ||
- name: Test why getting spec group fails | ||
run: sh -x ./scripts/spec-get.sh dom0 group | ||
- name: Test if .qubesbuilder is up-to-date | ||
run: sh -x ./scripts/qubesbuilder-gen.sh test | ||
- uses: pre-commit/[email protected] | ||
|
||
- name: Lint commits | ||
# yamllint disable-line rule:line-length | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters