Skip to content

#15321: Only one tab writes to the DB #1206

#15321: Only one tab writes to the DB

#15321: Only one tab writes to the DB #1206

Workflow file for this run

name: Lint JavaScript
on:
pull_request:
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run lint
env:
CI: true