Skip to content

Bump postcss from 8.4.25 to 8.4.31 #146

Bump postcss from 8.4.25 to 8.4.31

Bump postcss from 8.4.25 to 8.4.31 #146

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Sass
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn lint:ci