Skip to content

Bump postcss from 8.4.45 to 8.5.1 #2003

Bump postcss from 8.4.45 to 8.5.1

Bump postcss from 8.4.45 to 8.5.1 #2003

Workflow file for this run

name: eslint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx