Make sure Ryujinx.Analyzers is available during format
This commit is contained in:
parent
3a7ff61029
commit
fc7f80f1c0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -36,6 +36,9 @@ jobs:
|
|||
|
||||
- run: dotnet restore
|
||||
|
||||
- name: Build Ryujinx.Analyzers
|
||||
run: dotnet build src/Ryujinx.Analyzers
|
||||
|
||||
- name: Print dotnet format version
|
||||
run: dotnet format --version
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue