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
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:
@@ -5,18 +5,18 @@ on:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: debian
|
||||
container: debian:sid
|
||||
runs-on: arch
|
||||
container: archlinux:latest
|
||||
|
||||
steps:
|
||||
- name: Install tools
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
pacman -Syu --noconfirm
|
||||
pacman -S --noconfirm \
|
||||
git \
|
||||
nodejs \
|
||||
npm \
|
||||
qt6-declarative-dev-tools
|
||||
qt6-declarative
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user