Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

add release skill from argc template #19

add release skill from argc template

add release skill from argc template #19

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: oven-sh/setup-bun@v2.2.0
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run check
- run: bun run build