Skip to content

Bump stylelint from 16.11.0 to 16.12.0 #1215

Bump stylelint from 16.11.0 to 16.12.0

Bump stylelint from 16.11.0 to 16.12.0 #1215

Workflow file for this run

name: Stylelint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run Stylelint
run: npm run stylelint