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"
|
||||
|
||||
- package-ecosystem: "nuget" # See documentation for possible values
|
||||
directory: "/Boyfriend" # Location of package manifests
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
allow:
|
||||
|
|
2
.github/workflows/resharper.yml
vendored
2
.github/workflows/resharper.yml
vendored
|
@ -31,6 +31,6 @@ jobs:
|
|||
- name: ReSharper CLI InspectCode
|
||||
uses: muno92/resharper_inspectcode@1.6.6
|
||||
with:
|
||||
solutionPath: ./Boyfriend-CSharp.sln
|
||||
solutionPath: ./Boyfriend.sln
|
||||
ignoreIssueType: InvertIf
|
||||
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