Skip to content

add(foundations): CSS anchor positioning page #112

add(foundations): CSS anchor positioning page

add(foundations): CSS anchor positioning page #112

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: ESLint
run: npx eslint .