Skip to content

Update readme.md for Qt 6.7.1, fix quick start commands (#146) #171

Update readme.md for Qt 6.7.1, fix quick start commands (#146)

Update readme.md for Qt 6.7.1, fix quick start commands (#146) #171

Workflow file for this run

name: Lint Mob
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check format
uses: ModOrganizer2/check-formatting-action@master
with:
check-path: "."
exclude-regex: "third-party"