fixup! revert formatting changes

This commit is contained in:
Mohammed Keyvanzadeh 2023-03-27 18:37:01 +03:30
parent 3d032d0024
commit 433f9e5367
No known key found for this signature in database
GPG Key ID: 81F2B98B1104E76E
6 changed files with 85 additions and 84 deletions

View File

@ -9,3 +9,4 @@ contact_links:
- name: osu!stable issues
url: https://github.com/ppy/osu-stable-issues
about: For osu!(stable) - ie. the current "live" game version, check out the dedicated repository. Note that this is for serious bug reports only, not tech support.

View File

@ -73,7 +73,7 @@ jobs:
- { prettyname: Windows, fullname: windows-latest }
- { prettyname: macOS, fullname: macos-latest }
- { prettyname: Linux, fullname: ubuntu-latest }
threadingMode: ["SingleThread", "MultiThreaded"]
threadingMode: ['SingleThread', 'MultiThreaded']
timeout-minutes: 60
steps:
- name: Checkout

View File

@ -2,6 +2,7 @@
# Usage:
# !pp check 0 | Runs only the osu! ruleset.
# !pp check 0 2 | Runs only the osu! and catch rulesets.
#
name: Difficulty Calculation
on:
@ -86,11 +87,11 @@ jobs:
- name: Checkout osu (master)
uses: actions/checkout@v3
with:
path: "master/osu"
path: 'master/osu'
- name: Checkout osu (pr)
uses: actions/checkout@v3
with:
path: "pr/osu"
path: 'pr/osu'
repository: ${{ steps.upstreambranch.outputs.repo }}
ref: ${{ steps.upstreambranch.outputs.branchname }}
@ -98,12 +99,12 @@ jobs:
uses: actions/checkout@v3
with:
repository: ppy/osu-difficulty-calculator
path: "master/osu-difficulty-calculator"
path: 'master/osu-difficulty-calculator'
- name: Checkout osu-difficulty-calculator (pr)
uses: actions/checkout@v3
with:
repository: ppy/osu-difficulty-calculator
path: "pr/osu-difficulty-calculator"
path: 'pr/osu-difficulty-calculator'
- name: Install .NET 5.0.x
uses: actions/setup-dotnet@v3

View File

@ -2,7 +2,6 @@
# See:
# * https://github.com/dorny/test-reporter#recommended-setup-for-public-repositories
# * https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token
name: Annotate CI run with test results
on:
workflow_run:
@ -25,7 +24,7 @@ jobs:
- { prettyname: Windows }
- { prettyname: macOS }
- { prettyname: Linux }
threadingMode: ["SingleThread", "MultiThreaded"]
threadingMode: ['SingleThread', 'MultiThreaded']
timeout-minutes: 5
steps:
- name: Annotate CI run with test results
@ -35,5 +34,5 @@ jobs:
name: Test Results (${{matrix.os.prettyname}}, ${{matrix.threadingMode}})
path: "*.trx"
reporter: dotnet-trx
list-suites: "failed"
list-tests: "failed"
list-suites: 'failed'
list-tests: 'failed'

View File

@ -3,7 +3,7 @@ name: Add Release to Sentry
on:
push:
tags:
- "*"
- '*'
permissions:
contents: read # to fetch code (actions/checkout)