Skip to content

Bump postcss from 8.4.27 to 8.4.31 #826

Bump postcss from 8.4.27 to 8.4.31

Bump postcss from 8.4.27 to 8.4.31 #826

Workflow file for this run

name: Code Quality
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install -g yarn@2
- run: yarn install
- name: Linting and prettifying
run: |
yarn lint
yarn prettier
working-directory: ./