diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-03 15:30:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 15:30:38 -0500 |
commit | 63971776a5db6ad0d3a68361f64a74aa9e78aff5 (patch) | |
tree | e4100c1e6e418cf26165708992ef75be62c9628d /.github/workflows/ci.yml | |
parent | d50d7a4a3a5e307838348726de331cf5eb283bff (diff) |
CSS lint (#1201)
* Use single quotes instead of double
* Install stylelint
* Set up config
* Update package/tests
* Fix lint issues
* Update CSS rules
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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: |