mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-11 10:02:29 +08:00
Swap out sass-lint with stylelint (#328)
* Swap out sass-lint * Include standard SCSS rules for stylelint * Fix stylelint violations * Update Actions to use stylelint Co-authored-by: Jake Gealer <jake@gealer.email>
This commit is contained in:
committed by
GitHub
parent
98ac6b2f21
commit
23350f3a57
6
.github/workflows/test-workflow.yml
vendored
6
.github/workflows/test-workflow.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Test with eslint
|
||||
run: npm run test:eslint
|
||||
|
||||
sass-lint:
|
||||
stylelint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -52,8 +52,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Test with sass-lint
|
||||
run: npm run test:sass-lint
|
||||
- name: Test with stylelint
|
||||
run: npm run test:stylelint
|
||||
|
||||
i18n-packs:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user