Set correct default rotation and fixed roof outline bug #1694
Workflow file for this run
This file contains hidden or 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: check-unity | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
name: lint | |
steps: | |
- uses: actions/checkout@v2 | |
- name: charpier | |
working-directory: map | |
run: | | |
dotnet tool restore | |
dotnet tool run dotnet-csharpier --check . |