Skip to content

Merge pull request #468 from NerdyTechy/dependabot/npm_and_yarn/types… #599

Merge pull request #468 from NerdyTechy/dependabot/npm_and_yarn/types…

Merge pull request #468 from NerdyTechy/dependabot/npm_and_yarn/types… #599

Workflow file for this run

name: "ESLint"
on:
push:
branches: [ "master", "develop" ]
pull_request:
branches: [ "master", "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint