Skip to content

Merge pull request #1611 from fetsorn/patch-1 #343

Merge pull request #1611 from fetsorn/patch-1

Merge pull request #1611 from fetsorn/patch-1 #343

Workflow file for this run

name: ESLint
on:
push:
branches: [develop]
pull_request:
branches: [develop, main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 20
- name: Install
run: npm ci
- name: Link
run: npm run lint