Skip to content

Remove unnecessary linting documentation and move history into internal docs #669

Remove unnecessary linting documentation and move history into internal docs

Remove unnecessary linting documentation and move history into internal docs #669

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/setup-node@v4.4.0
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm install --omit=production
- run: npm run lint
- run: npm run lint:md