Skip to content

fix: synchronize session state and launcher artwork #4

fix: synchronize session state and launcher artwork

fix: synchronize session state and launcher artwork #4

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
quality:
name: quality
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v7
with:
node-version: 24
- name: Install Qt test tools
run: |
sudo apt-get update
sudo apt-get install --yes \
qml6-module-qtqml \
qml6-module-qtqml-workerscript \
qml6-module-qtquick \
qml6-module-qtquick-window \
qml6-module-qttest \
qt6-declarative-dev-tools
- name: Run validation, QML linting, and tests
run: ./scripts/check