From 954e914638a56559a402c5b30c4ea6529e5239dd Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Feb 2022 17:50:30 -0800 Subject: [PATCH] Linebreaks? who knows. --- .github/workflows/lint-frontend.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml index 2f62fa9b6..346a7ac83 100644 --- a/.github/workflows/lint-frontend.yaml +++ b/.github/workflows/lint-frontend.yaml @@ -22,8 +22,7 @@ jobs: - uses: actions/checkout@v2 - name: Install modules - run: npm install stylelint stylelint-config-recommended stylelint-config-standard \ - stylelint-order eslint + run: npm install stylelint stylelint-config-recommended stylelint-config-standard stylelint-order eslint # See .stylelintignore for files that are not linted. - name: Run stylelint