Skip to content

Bump postcss from 8.4.40 to 8.4.41 #300

Bump postcss from 8.4.40 to 8.4.41

Bump postcss from 8.4.40 to 8.4.41 #300

Workflow file for this run

name: ESLint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update NPM
run: npm install -g npm@latest
- name: Install Modules
run: npm i
- name: Run ESLint
run: npx eslint . --ext .js