Skip to content

feat(ci): Add deployment #7

feat(ci): Add deployment

feat(ci): Add deployment #7

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: .node-version
- run: npm ci
- run: node --run lint:js
- run: node --run lint:markdown
- run: node --run lint:language