Skip to content

Bump postcss from 8.4.24 to 8.4.35 #541

Bump postcss from 8.4.24 to 8.4.35

Bump postcss from 8.4.24 to 8.4.35 #541

Workflow file for this run

name: Code Format Check
on:
push:
branches: ["main", "staging"]
pull_request:
branches: ["main", "staging"]
jobs:
prepare:
name: Prepare
runs-on: ubuntu-latest
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
lint:
name: Lint
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
- run: yarn lint
test:
name: Format Check
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
- run: yarn check-code-format