From 93379449ee5683115201e2ef8c376be826acd5e4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 28 Mar 2026 21:44:14 +1100 Subject: [PATCH] ci: use 2 separate jobs for format --- .github/workflows/check-format.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index 2f25cb1b..b26cb949 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -7,9 +7,8 @@ on: pull_request: jobs: - check-format: + check-qml: runs-on: ubuntu-latest - container: image: ghcr.io/${{ github.repository_owner }}/shell-arch-env:latest @@ -24,6 +23,14 @@ jobs: end python3 scripts/qml-lint-conventions.py + check-cpp: + runs-on: ubuntu-latest + container: + image: ghcr.io/${{ github.repository_owner }}/shell-arch-env:latest + + steps: + - uses: actions/checkout@v6 + - name: Check C++ format shell: fish {0} run: |