Skip to content

add 3rd party license notice #645

add 3rd party license notice

add 3rd party license notice #645

Workflow file for this run

name: Check
on:
- push
- pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run lint