ci: use 2 separate jobs for format

This commit is contained in:
2 * r + 2 * t 2026-03-28 21:44:14 +11:00
parent be53c42f0d
commit 93379449ee

View file

@ -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: |