Skip to content

Fix broken homepage scroll links from other pages #2

Fix broken homepage scroll links from other pages

Fix broken homepage scroll links from other pages #2

Workflow file for this run

name: Lint code
on:
push:
branches:
- master
- astro
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install --only=dev
- uses: pre-commit/[email protected]