Skip to content

Bump stylelint-config-sass-guidelines from 10.0.0 to 12.1.0 #736

Bump stylelint-config-sass-guidelines from 10.0.0 to 12.1.0

Bump stylelint-config-sass-guidelines from 10.0.0 to 12.1.0 #736

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "yarn"
- uses: xt0rted/stylelint-problem-matcher@v1
- run: yarn install --immutable
- run: yarn test