Skip to content

build(deps): bump the npm_and_yarn group across 1 directories with 5 updates #1837

build(deps): bump the npm_and_yarn group across 1 directories with 5 updates

build(deps): bump the npm_and_yarn group across 1 directories with 5 updates #1837

Workflow file for this run

name: CSS Lint
on:
push:
branches:
- main
paths:
- '*.json'
- '**/*.css'
- '.github/workflows/css-lint.yml'
- '.github/actions/setup-js-env/'
pull_request:
paths:
- '*.json'
- '**/*.css'
- '.github/workflows/css-lint.yml'
- '.github/actions/setup-js-env/'
jobs:
stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-js-env
- name: Add Custom Problem Matcher
run: |
echo "::add-matcher::.github/matchers/${{ github.job }}.json"
- name: npm run stylelint
run: |
npm run stylelint