Skip to content

feat: Replace Vercel Analytics with GoatCount #1077

feat: Replace Vercel Analytics with GoatCount

feat: Replace Vercel Analytics with GoatCount #1077

Workflow file for this run

name: check code format
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 format.check