qml needs node
Format (JS/TS) / format (pull_request) Failing after 9s
Lint (JS/TS) / lint (pull_request) Failing after 20s
Lint (Python) / lint (pull_request) Failing after 27s
Lint (Rust) / lint (pull_request) Successful in 55s
Lint (QML) / lint (pull_request) Successful in 2m3s

This commit is contained in:
2026-05-16 00:50:26 +02:00
parent fb2c9c6a21
commit e7e772ebc6
+5 -3
View File
@@ -9,16 +9,18 @@ jobs:
container: debian:sid container: debian:sid
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install tools - name: Install tools
run: | run: |
apt-get update apt-get update
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
git \ git \
nodejs \
npm \
qt6-declarative-dev-tools qt6-declarative-dev-tools
- name: Checkout
uses: actions/checkout@v4
- name: QML lint - name: QML lint
run: | run: |
if command -v qmllint >/dev/null 2>&1; then if command -v qmllint >/dev/null 2>&1; then