1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-10-02 20:05:50 -05:00

Reconstruct necessary action workflows & Dependabot rules (#17)

This commit is contained in:
reggie
2024-10-02 23:42:43 -05:00
committed by GitHub
parent a1bd611b07
commit 94091e1380
5 changed files with 137 additions and 35 deletions

View File

@@ -46,16 +46,14 @@ 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@releases/v1.0.6
with:
commands: dotnet format style --severity info --verify-no-changes --report ./style-report.json -v d
timeout-minutes: 5
retry-codes: 139
# 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@releases/v1.0.6
with:
commands: dotnet format analyzers --severity info --verify-no-changes --report ./analyzers-report.json -v d
timeout-minutes: 5