Skip to content

Rewrite by @LyzardKing #828

Rewrite by @LyzardKing

Rewrite by @LyzardKing #828

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
merge_group:
workflow_dispatch:
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- uses: actions/setup-node@v6
with:
node-version: 'lts/*'
cache: npm
- run: npm ci
- run: npx eslint . --ignore-pattern 'translators/*'