Skip to content

Bump stylelint from 15.10.2 to 15.10.3 #1149

Bump stylelint from 15.10.2 to 15.10.3

Bump stylelint from 15.10.2 to 15.10.3 #1149

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run lint