From 355eb58deaf5839c25e3ad9ae1e744598b19541d Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Sat, 22 Jun 2024 12:23:46 +0200 Subject: [PATCH] ci: xtrace qubesbuilder up-to-date check --- .github/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 822af66..bcd7fff 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -45,8 +45,9 @@ jobs: with: fetch-depth: 0 - uses: actions/setup-python@v5 + - name: Test if .qubesbuilder is up-to-date + run: sh -x ./scripts/qubesbuilder-gen.sh test - uses: pre-commit/action@v3.0.1 - - name: Lint commits # yamllint disable-line rule:line-length run: |