Skip to content

Bump postcss from 8.4.5 to 8.4.31 #67

Bump postcss from 8.4.5 to 8.4.31

Bump postcss from 8.4.5 to 8.4.31 #67

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
version: 14.x
- name: Install deps
uses: bahmutov/npm-install@v1
- name: Lint
run: yarn lint