Skip to content

feat: add release notes to readme (#206) #283

feat: add release notes to readme (#206)

feat: add release notes to readme (#206) #283

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: pnpm install
- name: Lint
run: pnpm run lint