From 63971776a5db6ad0d3a68361f64a74aa9e78aff5 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 3 Jan 2021 15:30:38 -0500 Subject: CSS lint (#1201) * Use single quotes instead of double * Install stylelint * Set up config * Update package/tests * Fix lint issues * Update CSS rules --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be248fbf..7458d199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,10 @@ jobs: run: npm run test-lint env: CI: true + - name: Lint CSS + run: npm run test-lint-css + env: + CI: true - name: Tests run: npm run test-code env: -- cgit v1.2.3