Skip to content

Bump postcss from 8.4.6 to 8.4.31 #30

Bump postcss from 8.4.6 to 8.4.31

Bump postcss from 8.4.6 to 8.4.31 #30

Workflow file for this run

name: 'Lint and check formatting'
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
linter: [prettier, eslint, depcheck]
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: NPM install
run: npm install
- name: Check ${{ matrix.linter }} linter
run: npm run lint:${{ matrix.linter }}