Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XmasApple committed Sep 26, 2023
1 parent fdd9fe3 commit 962d48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
inspection:
strategy:
matrix:
soulutionPath: ["./src/YdbSdk.sln", "./slo/src/src.sln"]
solutionPath: ["./src/YdbSdk.sln", "./slo/src/src.sln"]
runs-on: ubuntu-latest
name: Inspection
steps:
Expand All @@ -48,7 +48,7 @@ jobs:
with:
dotnet-version: '6.0.x'
- name: Restore
run: dotnet restore ${{ matrix.soulutionPath }}
run: dotnet restore ${{ matrix.solutionPath }}
- name: Inspect code
uses: muno92/resharper_inspectcode@v1
with:
Expand Down

0 comments on commit 962d48b

Please sign in to comment.