Skip to content

adding checks (qmllint, clang format, reuse) and licenses for files #1

adding checks (qmllint, clang format, reuse) and licenses for files

adding checks (qmllint, clang format, reuse) and licenses for files #1

Workflow file for this run

name: qmllint Check
on:
workflow_call:
workflow_dispatch:
push:
jobs:
qmllint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Validate QML
uses: liri-infra/qmllint-action@master