Skip to content

CMake: add a policy_max to cmake_minimum_required(), and remove obsolete cmake_policy() statements #2804

CMake: add a policy_max to cmake_minimum_required(), and remove obsolete cmake_policy() statements

CMake: add a policy_max to cmake_minimum_required(), and remove obsolete cmake_policy() statements #2804

name: Clang Static Analyzer
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
clang_static_analyzer:
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run
run: .github/workflows/clang_static_analyzer/start.sh