mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-09 04:09:12 +00:00
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…
Reference in a new issue