Use cmake --build and cmake --install for MO2 tasks. #148
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 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" |