Skip to content

Bump stylelint from 14.16.0 to 15.10.1 #90

Bump stylelint from 14.16.0 to 15.10.1

Bump stylelint from 14.16.0 to 15.10.1 #90

Workflow file for this run

name: PR Audit
on: [pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: yarn install
- run: yarn run lint