Skip to content

Commit

Permalink
Does it need to be the sha?
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Oct 3, 2024
1 parent 661508e commit 07c7e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 07c7e89

Please sign in to comment.