Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

chore(deps-dev): bump stylelint from 15.11.0 to 16.8.1 #420

chore(deps-dev): bump stylelint from 15.11.0 to 16.8.1

chore(deps-dev): bump stylelint from 15.11.0 to 16.8.1 #420

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Quality Checks
concurrency:
group: Quality-Checks-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
quality-checks:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/[email protected]
- name: Cache Pre-commit
uses: actions/cache@v3
with:
path: |
~/.cache/pre-commit
~/.cache/jsonschema_validate
~/.cache/pip
key: ${{ runner.os }}-${{ hashFiles('./.pre-commit-config.yaml') }}
- name: Pre-commit
uses: pre-commit/[email protected]