diff options
-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 |