diff --git a/.github/workflows/check-format-and-lint.yaml b/.github/workflows/check-format-and-lint.yaml index 7896d49..ac26472 100644 --- a/.github/workflows/check-format-and-lint.yaml +++ b/.github/workflows/check-format-and-lint.yaml @@ -13,8 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Restore dependencies - run: dotnet restore - name: Lint run: | npm ci