Skip to content

Chore: Serving CSS and fonts locally #16

Chore: Serving CSS and fonts locally

Chore: Serving CSS and fonts locally #16

Workflow file for this run

name: ESLint
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22.20.0"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint