Skip to content

chore: release 0.2.1 #48

chore: release 0.2.1

chore: release 0.2.1 #48

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/setup-pnpm
- uses: ./.github/actions/setup-commitizen
- name: Check TypeScript Formatting
run: pnpm format:check
- name: Check Commit Messages
run: cz check --rev-range HEAD