Skip to content

chore: update linter and add prettier #8

chore: update linter and add prettier

chore: update linter and add prettier #8

Workflow file for this run

name: ci-ssg
on:
push:
branches: [main]
paths:
- 'packages/ssg/**'
pull_request:
branches: ['*']
paths:
- 'packages/ssg/**'
jobs:
ci:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/ssg
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: pnpm/action-setup@v2
with:
version: 8
- run: yarn install
- run: yarn build
- run: yarn test