Skip to content

Fix for #120: FetchContent_Populate() is deprecated in CMake 3.30, FetchContent_MakeAvailable() is recommended instead #88

Fix for #120: FetchContent_Populate() is deprecated in CMake 3.30, FetchContent_MakeAvailable() is recommended instead

Fix for #120: FetchContent_Populate() is deprecated in CMake 3.30, FetchContent_MakeAvailable() is recommended instead #88

Workflow file for this run

name: Run commitlint on PR
on:
pull_request:
jobs:
run-commitlint-on-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v5