Skip to content

Merge pull request #306 from tschoffelen/dependabot/npm_and_yarn/cros… #421

Merge pull request #306 from tschoffelen/dependabot/npm_and_yarn/cros…

Merge pull request #306 from tschoffelen/dependabot/npm_and_yarn/cros… #421

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn
- name: Run linter
run: yarn lint