Skip to content

chore: fixes typo in CHANGELOG.md #33

chore: fixes typo in CHANGELOG.md

chore: fixes typo in CHANGELOG.md #33

Workflow file for this run

name: CI
on:
push:
branches: main
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npx prettier . --check