Skip to content

chore: bump postcss from 8.4.29 to 8.4.31 (#2851) #4564

chore: bump postcss from 8.4.29 to 8.4.31 (#2851)

chore: bump postcss from 8.4.29 to 8.4.31 (#2851) #4564

Workflow file for this run

name: " 🧽 Lint"
on: # rebuild any PRs and main branch changes
workflow_dispatch:
pull_request:
paths-ignore:
- "docs/**"
push:
branches:
- main
paths-ignore:
- "docs/**"
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx cspell "**" --dot --no-progress
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run build
- run: npm run lint