Skip to content

Commit

Permalink
Try to fix the CI
Browse files Browse the repository at this point in the history
liri-project/qmllint silently switched to Qt 6 and the status output is also
broken.

Pin it to a specific hash and maybe fix the output by setting the env only
for that job.
  • Loading branch information
Vogtinator committed Feb 20, 2024
1 parent 5011292 commit 896320c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/checks.yml
Expand Up @@ -14,17 +14,7 @@ on:
- reopened
- edited

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
# No longer works as of 2020-11-03 due to npm 7.0.3 -> 7.0.7
# wip:
# if: "!contains(github.event.head_commit.message, 'ci skip') && github.event_name == 'pull_request'"
# runs-on: ubuntu-latest
# steps:
# - name: Work in progress
# uses: wip/action@master
qml:
if: "!contains(github.event.head_commit.message, 'ci skip')"
runs-on: ubuntu-latest
Expand All @@ -33,4 +23,6 @@ jobs:
with:
fetch-depth: 1
- name: Validate QML and JavaScript files
uses: liri-infra/qmllint-action@master
uses: liri-infra/qmllint-action@8bfbc8ec90b2f48147db9b47403448eda7b20a31
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 896320c

Please sign in to comment.