Skip to content

refactor: improve components folder structure and fix scroll on navigation #60

refactor: improve components folder structure and fix scroll on navigation

refactor: improve components folder structure and fix scroll on navigation #60

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
- dev
workflow_call:
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "24"
cache: "npm"
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run linting
run: npm run lint