Skip to content

fix(engine): Appease the TS compiler god #1543

fix(engine): Appease the TS compiler god

fix(engine): Appease the TS compiler god #1543

Workflow file for this run

name: Lint Engine Code
on:
pull_request:
branches: [ main ]
push:
branches: [ main, live ]
paths:
- '.github/workflows/engine-lint.yml'
- 'src/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install Dependencies
run: npm i
- name: Run Linter
run: npm run lint