Skip to content

Bump postcss from 8.4.24 to 8.4.31 #107

Bump postcss from 8.4.24 to 8.4.31

Bump postcss from 8.4.24 to 8.4.31 #107

Workflow file for this run

name: PR Check
on: [pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint