Skip to content

Commit 8aa1595

Browse files
committed
Merge remote-tracking branch 'origin/slo' into slo
2 parents 201d890 + 962d48b commit 8aa1595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
inspection:
3838
strategy:
3939
matrix:
40-
soulutionPath: ["./src/YdbSdk.sln", "./slo/src/src.sln"]
40+
solutionPath: ["./src/YdbSdk.sln", "./slo/src/src.sln"]
4141
runs-on: ubuntu-latest
4242
name: Inspection
4343
steps:
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
dotnet-version: '6.0.x'
5050
- name: Restore
51-
run: dotnet restore ${{ matrix.soulutionPath }}
51+
run: dotnet restore ${{ matrix.solutionPath }}
5252
- name: Inspect code
5353
uses: muno92/resharper_inspectcode@v1
5454
with:

0 commit comments

Comments
 (0)