Skip to content

fix(spec): move specification to root dir, symlink to public #75

fix(spec): move specification to root dir, symlink to public

fix(spec): move specification to root dir, symlink to public #75

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci --include=optional
- name: Run lint (Prettier + ESLint)
run: npm run lint