diff options
author | Lukas Stabe <lukas@stabe.de> | 2020-09-26 18:08:25 +0000 |
---|---|---|
committer | Lukas Stabe <lukas@stabe.de> | 2020-09-26 18:08:25 +0000 |
commit | 14991e8064dbceefbd8b5f2fbc2f1b2e63844bed (patch) | |
tree | dbe1e7e4b2a6c5c865c34dd1dc19590249708633 | |
parent | appease cargo fmt (diff) | |
download | miniserve-14991e8064dbceefbd8b5f2fbc2f1b2e63844bed.tar.gz miniserve-14991e8064dbceefbd8b5f2fbc2f1b2e63844bed.zip |
add css lint github action
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dab67a..5f80466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,11 @@ 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 |