Skip to content

Merge pull request #92 from camdan-me/dependabot/npm_and_yarn/postcss… #253

Merge pull request #92 from camdan-me/dependabot/npm_and_yarn/postcss…

Merge pull request #92 from camdan-me/dependabot/npm_and_yarn/postcss… #253

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