Skip to content

unified jrc.* namespace, CSP pipeline, dev tooling overhaul, Electron 41 #79

unified jrc.* namespace, CSP pipeline, dev tooling overhaul, Electron 41

unified jrc.* namespace, CSP pipeline, dev tooling overhaul, Electron 41 #79

Workflow file for this run

name: Code Quality
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- name: Prettier check
run: npm run format:check
- name: ESLint check
run: npm run lint