forked from TeamInklings/Octobot
Fix CI failures
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
c220a0f379
commit
0c89df4791
3 changed files with 4 additions and 2 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -18,7 +18,7 @@ updates:
|
||||||
- "type: dependencies"
|
- "type: dependencies"
|
||||||
|
|
||||||
- package-ecosystem: "nuget" # See documentation for possible values
|
- package-ecosystem: "nuget" # See documentation for possible values
|
||||||
directory: "/Boyfriend" # Location of package manifests
|
directory: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
allow:
|
allow:
|
||||||
|
|
2
.github/workflows/resharper.yml
vendored
2
.github/workflows/resharper.yml
vendored
|
@ -31,6 +31,6 @@ jobs:
|
||||||
- name: ReSharper CLI InspectCode
|
- name: ReSharper CLI InspectCode
|
||||||
uses: muno92/resharper_inspectcode@1.6.6
|
uses: muno92/resharper_inspectcode@1.6.6
|
||||||
with:
|
with:
|
||||||
solutionPath: ./Boyfriend-CSharp.sln
|
solutionPath: ./Boyfriend.sln
|
||||||
ignoreIssueType: InvertIf
|
ignoreIssueType: InvertIf
|
||||||
solutionWideAnalysis: true
|
solutionWideAnalysis: true
|
||||||
|
|
2
CODEOWNERS
Normal file
2
CODEOWNERS
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* @boyfriend-admins
|
||||||
|
Messages.tt-ru.resx @mctaylors
|
Reference in a new issue