Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

feat(heade): add header component #52

feat(heade): add header component

feat(heade): add header component #52

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
with:
version: latest
- name: Install
run: pnpm install --no-frozen-lockfile
- name: Lint
run: pnpm run lint