Skip to content

ci: add shared CI workflows, Claude Code review, and git hooks (#1) #2

ci: add shared CI workflows, Claude Code review, and git hooks (#1)

ci: add shared CI workflows, Claude Code review, and git hooks (#1) #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
uses: agent-sh/.github/.github/workflows/ci-node.yml@main
secrets: inherit