Add Github stylelint action

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-07-22 22:49:39 +02:00
parent dfa16fc8d3
commit 836a4a4eb6
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
1 changed files with 22 additions and 0 deletions

View File

@ -75,3 +75,25 @@ jobs:
- name: Lint
run: npm run lint
scss:
runs-on: ubuntu-latest
strategy:
matrix:
node-versions: [12.x]
name: SCSS
steps:
- uses: actions/checkout@v2
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
node-versions: ${{ matrix.node-versions }}
- name: Install dependencies
run: npm ci
- name: Lint SCSS
run: npm run stylelint