Does it need to be the sha?

This commit is contained in:
reggie 2024-10-02 22:42:20 -05:00
parent 661508ee89
commit 07c7e89bd1

@ -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