Skip to content

Merge pull request #35 from pablo-1610/dependabot/npm_and_yarn/types/… #132

Merge pull request #35 from pablo-1610/dependabot/npm_and_yarn/types/…

Merge pull request #35 from pablo-1610/dependabot/npm_and_yarn/types/… #132

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- name: Install ESLint
run: npm install
- name: Run ESLint
run: npm run lint