qml to arch
Format (JS/TS) / format (pull_request) Failing after 7s
Lint (JS/TS) / lint (pull_request) Failing after 18s
Lint (Python) / lint (pull_request) Failing after 18s
Lint (Rust) / lint (pull_request) Successful in 35s
Lint (QML) / lint (pull_request) Has been cancelled

This commit is contained in:
2026-05-16 01:03:26 +02:00
parent c67a498f8d
commit 3a05cd339d
+5 -5
View File
@@ -5,18 +5,18 @@ on:
jobs: jobs:
lint: lint:
runs-on: debian runs-on: arch
container: debian:sid container: archlinux:latest
steps: steps:
- name: Install tools - name: Install tools
run: | run: |
apt-get update pacman -Syu --noconfirm
apt-get install -y --no-install-recommends \ pacman -S --noconfirm \
git \ git \
nodejs \ nodejs \
npm \ npm \
qt6-declarative-dev-tools qt6-declarative
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4