From 4428c0f14d0fa68f21b2d3f4c6bbb5394e6ec09f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 15 Feb 2022 12:34:28 -0800 Subject: [PATCH] Remoes yarn line --- .github/workflows/lint-frontend.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml index 28b0bb7e9..1911b219b 100644 --- a/.github/workflows/lint-frontend.yaml +++ b/.github/workflows/lint-frontend.yaml @@ -23,7 +23,6 @@ jobs: - name: Install modules run: npm install dev-tools - run: yarn # See .stylelintignore for files that are not linted. - name: Run stylelint