We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 201d890 + 962d48b commit 8aa1595Copy full SHA for 8aa1595
.github/workflows/lint.yml
@@ -37,7 +37,7 @@ jobs:
37
inspection:
38
strategy:
39
matrix:
40
- soulutionPath: ["./src/YdbSdk.sln", "./slo/src/src.sln"]
+ solutionPath: ["./src/YdbSdk.sln", "./slo/src/src.sln"]
41
runs-on: ubuntu-latest
42
name: Inspection
43
steps:
@@ -48,7 +48,7 @@ jobs:
48
with:
49
dotnet-version: '6.0.x'
50
- name: Restore
51
- run: dotnet restore ${{ matrix.soulutionPath }}
+ run: dotnet restore ${{ matrix.solutionPath }}
52
- name: Inspect code
53
uses: muno92/resharper_inspectcode@v1
54
0 commit comments