Skip to content

feat: Add page title to about page #24

feat: Add page title to about page

feat: Add page title to about page #24

Workflow file for this run

name: run lint check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: npm ci
- run: npm run lint