Skip to content

chore: ignore changelog from prettier formatting #20

chore: ignore changelog from prettier formatting

chore: ignore changelog from prettier formatting #20

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- run: pnpm install
- run: pnpm test
- uses: codecov/codecov-action@v3