Skip to content

Bump stylelint-scss from 6.9.0 to 6.10.0 in the production-dependencies group #1644

Bump stylelint-scss from 6.9.0 to 6.10.0 in the production-dependencies group

Bump stylelint-scss from 6.9.0 to 6.10.0 in the production-dependencies group #1644

Workflow file for this run

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