Skip to content

Fix libQt5Core.so.5 is missing & Fix scrolling in MainUI not possible #26

Fix libQt5Core.so.5 is missing & Fix scrolling in MainUI not possible

Fix libQt5Core.so.5 is missing & Fix scrolling in MainUI not possible #26

Workflow file for this run

name: Check Markdown For Errors
on:
push:
branches:
- main
paths:
- '**/*.md'
pull_request:
branches:
- main
paths:
- '**/*.md'
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
# pinning to SHA to mitigate possible supply chain attack
- name: Run markdownlint-cli
uses: nosborn/github-action-markdown-cli@508d6cefd8f0cc99eab5d2d4685b1d5f470042c1 # v3.5.0
with:
files: .
config_file: ".github/markdownlint.yaml"
markdown-link-check:
name: Broken Links Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
# pinning to SHA to mitigate possible supply chain attack
- name: Check for broken links
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2
with:
use-quiet-mode: 'yes' # only show errors in output
use-verbose-mode: 'yes' # show detailed HTTP status for checked links
config-file: '.github/mlc_config.json'