Skip to content

Bump postcss from 8.4.23 to 8.4.31 #331

Bump postcss from 8.4.23 to 8.4.31

Bump postcss from 8.4.23 to 8.4.31 #331

Workflow file for this run

name: Check CI
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js environment
uses: actions/setup-node@v3
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
- name: Build
run: yarn run build
- name: Test
run: xvfb-run yarn test