Skip to content

Format and lint CSS files using Stylelint #2330

Format and lint CSS files using Stylelint

Format and lint CSS files using Stylelint #2330

Workflow file for this run

name: Linter
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint