From 962d48b9da2a6871835f8e01c0d813387c4abdae Mon Sep 17 00:00:00 2001 From: XmasApple <86735308+XmasApple@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:16:38 +0300 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a9f499b5..beba8055 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: @@ -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: