Does it need to be the sha?
This commit is contained in:
parent
661508ee89
commit
07c7e89bd1
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: ryujinx-mirror/unstable-commands@master
|
||||
uses: ryujinx-mirror/unstable-commands@a916a5bb498d149a05857d23989a1874f1fe3120
|
||||
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: ryujinx-mirror/unstable-commands@master
|
||||
uses: ryujinx-mirror/unstable-commands@a916a5bb498d149a05857d23989a1874f1fe3120
|
||||
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