diff options
author | Lukas Stabe <lukas@stabe.de> | 2020-09-26 20:48:25 +0000 |
---|---|---|
committer | Lukas Stabe <lukas@stabe.de> | 2020-09-26 20:48:25 +0000 |
commit | 49f6a40fe2ae23878734d625ab02b494c003a3cd (patch) | |
tree | 16574b646d7e553ffa13ac7feb1b0847a3c964e5 /.github/workflows/ci.yml | |
parent | add css lint github action (diff) | |
download | miniserve-49f6a40fe2ae23878734d625ab02b494c003a3cd.tar.gz miniserve-49f6a40fe2ae23878734d625ab02b494c003a3cd.zip |
remove stylelint again and fix a few css issues
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
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 |