From 49f6a40fe2ae23878734d625ab02b494c003a3cd Mon Sep 17 00:00:00 2001 From: Lukas Stabe Date: Sat, 26 Sep 2020 22:48:25 +0200 Subject: remove stylelint again and fix a few css issues --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f80466..7dab67a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,11 +38,6 @@ jobs: with: command: fmt args: --all -- --check - - name: css lint - uses: actions-hub/stylelint@master - env: - INDENT_SPACES: 4 - PATTERN: "data/*.scss" - name: cargo clippy uses: actions-rs/cargo@v1 -- cgit v1.2.3