Skip to content

[Qt6] Focus on Qt6

[Qt6] Focus on Qt6 #87

name: CLang Static Analyzer
on: [push, pull_request]
jobs:
clang_static_analyzer:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run
run: .github/workflows/clang_static_analyzer/start.sh