Skip to content

Bump the npm_and_yarn at /. security update group with 1 update #252

Bump the npm_and_yarn at /. security update group with 1 update

Bump the npm_and_yarn at /. security update group with 1 update #252

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