Skip to content

Merge pull request #305 from NerdyTechy/dependabot/npm_and_yarn/types… #244

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

Merge pull request #305 from NerdyTechy/dependabot/npm_and_yarn/types… #244

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