Skip to content

docs: add CONTRIBUTING.md #4

docs: add CONTRIBUTING.md

docs: add CONTRIBUTING.md #4

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: |
bun install
- name: Check
run: bun run check