diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 901b6160..4dc0d3c2 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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