Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Update dependency stylelint-scss to v6 #2040

Update dependency stylelint-scss to v6

Update dependency stylelint-scss to v6 #2040

Workflow file for this run

name: prettier
on:
- push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run format