Skip to content

docs: update changelog #73

docs: update changelog

docs: update changelog #73

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: checkout
uses: actions/checkout@main
- name: install
run: yarn install
- name: format-check
run: yarn format-check
- name: package
run: yarn package