Skip to content

feat(seo): add metadata #1207

feat(seo): add metadata

feat(seo): add metadata #1207

Workflow file for this run

name: Build, Lint and Test
on:
pull_request
jobs:
build_lint_test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install dependencies
run: pnpm install
- name: Lint code
run: pnpm lint
- name: Build project
run: pnpm build