Skip to content

Merge pull request #7 from elonsucks/dependabot/npm_and_yarn/eslint-9… #69

Merge pull request #7 from elonsucks/dependabot/npm_and_yarn/eslint-9…

Merge pull request #7 from elonsucks/dependabot/npm_and_yarn/eslint-9… #69

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint