Sort J3D into folders (based on Wind Waker) #29
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 | |
on: | |
pull_request: | |
paths: | |
- '**.hpp' | |
- '**.cpp' | |
- '**.h' | |
- '**.c' | |
- '**.clang-format' | |
- '**.clang-tidy' | |
push: | |
paths: | |
- '**.hpp' | |
- '**.cpp' | |
- '**.h' | |
- '**.c' | |
- '**.clang-format' | |
- '**.clang-tidy' | |
permissions: | |
contents: read | |
jobs: | |
check-format-and-tidy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: jidicula/[email protected] | |
with: | |
clang-format-version: '17' | |
fallback-style: 'none' | |
# no tidy for now I'm too lazy sorry |