aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml5
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