Skip to content

build(deps): bump postcss from 8.4.23 to 8.4.31 in /website #2843

build(deps): bump postcss from 8.4.23 to 8.4.31 in /website

build(deps): bump postcss from 8.4.23 to 8.4.31 in /website #2843

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
env:
FORCE_COLOR: 2
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: lts/*
cache: 'npm'
- name: Install npm dependencies
run: npm ci
- name: Run lint
run: npm run lint