Skip to content

Update dependency conventional-changelog-conventionalcommits to v8 #97

Update dependency conventional-changelog-conventionalcommits to v8

Update dependency conventional-changelog-conventionalcommits to v8 #97

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- name: Check TypeScript compilation
run: bunx tsc --noEmit