Merge pull request #22 from nasshu2916/feature/unity-recorder #31
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: Format check | |
on: | |
push: | |
jobs: | |
format_check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- name: Check typo | |
uses: crate-ci/[email protected] | |
- name: Setup .NET Core | |
uses: actions/setup-dotnet@v4 | |
with: | |
dotnet-version: 8.0.x | |
- name: Check formatting | |
run: dotnet format whitespace Assets/ArtNet --folder -v diagnostic --verify-no-changes |