Skip to content

feat: improve seo and add pwa support #310

feat: improve seo and add pwa support

feat: improve seo and add pwa support #310

Workflow file for this run

name: CI Style
on:
pull_request:
branches: [main]
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup up Node
uses: actions/[email protected]
with:
node-version: 22.17.0
- name: Setup up Bun
uses: oven-sh/[email protected]
with:
bun-version: 1.2.18
- name: Install dependencies
run: bun i
- name: Format the code
run: bun test:format
- name: Lint the code
run: bun lint