Skip to content

chore(deps): bump stylelint-config-standard-scss from 13.0.0 to 13.1.0 #1951

chore(deps): bump stylelint-config-standard-scss from 13.0.0 to 13.1.0

chore(deps): bump stylelint-config-standard-scss from 13.0.0 to 13.1.0 #1951

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test