Skip to content

chore: lgtm ci workflow (#382) #2

chore: lgtm ci workflow (#382)

chore: lgtm ci workflow (#382) #2

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lgtm:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lgtm