Skip to content

chore(deps-dev): Bump stylelint from 16.5.0 to 16.6.1 #90

chore(deps-dev): Bump stylelint from 16.5.0 to 16.6.1

chore(deps-dev): Bump stylelint from 16.5.0 to 16.6.1 #90

Workflow file for this run

name: PR
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint