Skip to content

chore(quality): adopt the shared coding standard — gate-65 (14 deviations -> 0) #116

chore(quality): adopt the shared coding standard — gate-65 (14 deviations -> 0)

chore(quality): adopt the shared coding standard — gate-65 (14 deviations -> 0) #116

name: Lint Check
on:
pull_request:
branches:
- development
- main
- beta
jobs:
lint-check:
runs-on: ubuntu-latest
# Observed fleet-wide: median 0.6 min, max 1.4 min (n=176). Deliberately loose.
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Linting
run: npm run lint