ci: add qmllint action

This commit is contained in:
Mikhail Zolotukhin 2021-09-05 11:37:43 +03:00
parent e71d7885ae
commit 7f3306d98d

View File

@ -33,8 +33,12 @@ jobs:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
# Run Linter against code base #
- name: Lint Code Base
- name: Validate QML and JavaScript files
uses: liri-infra/qmllint-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Lint via Super Linter
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false