Skip to content

chore(docs): move partials files for Astro/Starlight #119

chore(docs): move partials files for Astro/Starlight

chore(docs): move partials files for Astro/Starlight #119

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@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci --include=optional
- name: Run lint (Prettier + ESLint)
run: npm run lint