Skip to content

[gha] fixes investigating Qt 6.8.0 error 'Qt6PrintSupport could not b… #87

[gha] fixes investigating Qt 6.8.0 error 'Qt6PrintSupport could not b…

[gha] fixes investigating Qt 6.8.0 error 'Qt6PrintSupport could not b… #87

Workflow file for this run

name: Validate-YAMLs
on:
push:
branches: [main, develop]
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate YAML file
run:
yamllint -c ${{ github.workspace }}/.github/workflows/yamlint.conf ${{ github.workspace }}/.github/workflows/*.yml