Skip to content

chore(deps-dev): Bump stylelint from 16.3.1 to 16.4.0 #85

chore(deps-dev): Bump stylelint from 16.3.1 to 16.4.0

chore(deps-dev): Bump stylelint from 16.3.1 to 16.4.0 #85

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