Skip to content

Bump postcss from 8.4.25 to 8.4.33 #212

Bump postcss from 8.4.25 to 8.4.33

Bump postcss from 8.4.25 to 8.4.33 #212

Workflow file for this run

name: Eslint
on: [push, pull_request]
jobs:
linters:
name: Run Eslint
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm ci
- name: Run eslint
run: npm run eslint