Skip to content

Bump eslint from 9.16.0 to 9.17.0 #1212

Bump eslint from 9.16.0 to 9.17.0

Bump eslint from 9.16.0 to 9.17.0 #1212

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