Skip to content

Merge pull request #251 from adamlui/dependabot/npm_and_yarn/dev-depe… #413

Merge pull request #251 from adamlui/dependabot/npm_and_yarn/dev-depe…

Merge pull request #251 from adamlui/dependabot/npm_and_yarn/dev-depe… #413

name: Lint pushes/PRs
on: [push, pull_request]
permissions:
contents: read
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint