Refactor CMake stuff after mo2-cmake updates for sources management. #217
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint UIBase | |
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" |