Skip to content

Bump stylelint-config-standard-scss from 13.0.0 to 13.1.0 #394

Bump stylelint-config-standard-scss from 13.0.0 to 13.1.0

Bump stylelint-config-standard-scss from 13.0.0 to 13.1.0 #394

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: npm ci
- run: npm test