Skip to content

feat: initialize entire and claude configuration files #206

feat: initialize entire and claude configuration files

feat: initialize entire and claude configuration files #206

Workflow file for this run

name: Check
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test