Skip to content

Commit

Permalink
Chore: Remove qmllint for now (#5748)
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb authored Jan 25, 2023
1 parent ee8b1ec commit be6dd78
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,3 @@ jobs:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter
android: true
qmllint:
name: Run QML-Lint
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Qt
shell: bash
run: |
python3 -m pip install aqtinstall
# qt6.2.4 for wasm needs the desktop linux installation
python3 -m aqt install-qt -O /opt linux desktop 6.2.4
- name: Run Lint
shell: bash
env:
QT_HOST_PATH: /opt/6.2.4/gcc_64
GH_TOKEN: ${{ github.token }}
PR_NUMBER: ${{ github.event.number }}
run: |
# Only check the files changed in the current pr
./scripts/utils/lint_qml.sh -pr -s

0 comments on commit be6dd78

Please sign in to comment.