From 52e954f5d7e079d84fcda3d3426dfa783a18ff27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Schmelczer?= Date: Mon, 24 Jan 2022 21:29:57 +0100 Subject: [PATCH] Fix copypaste error --- .github/workflows/check-format-and-lint.yaml | 2 -- 1 file changed, 2 deletions(-) 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