Use forked unstable-commands
for PR fmt job
This commit is contained in:
parent
31d445f2b4
commit
661508ee89
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
# For some unknown reason this step sometimes fails with exit code 139 (segfault?),
|
||||
# so in that case we'll try again (3 tries max).
|
||||
- name: Run dotnet format style
|
||||
uses: TSRBerry/unstable-commands@v1
|
||||
uses: ryujinx-mirror/unstable-commands@master
|
||||
with:
|
||||
commands: dotnet format style --severity info --verify-no-changes --report ./style-report.json -v d
|
||||
timeout-minutes: 5
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
# For some unknown reason this step sometimes fails with exit code 139 (segfault?),
|
||||
# so in that case we'll try again (3 tries max).
|
||||
- name: Run dotnet format analyzers
|
||||
uses: TSRBerry/unstable-commands@v1
|
||||
uses: ryujinx-mirror/unstable-commands@master
|
||||
with:
|
||||
commands: dotnet format analyzers --severity info --verify-no-changes --report ./analyzers-report.json -v d
|
||||
timeout-minutes: 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user