Skip to content

Update dependency stylelint to v15.11.0 #6903

Update dependency stylelint to v15.11.0

Update dependency stylelint to v15.11.0 #6903

Workflow file for this run

name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff==0.6.2
- run: ruff check --output-format=github .