Skip to content

chore: add agent-browser skill for browser automation/verification #241

chore: add agent-browser skill for browser automation/verification

chore: add agent-browser skill for browser automation/verification #241

Workflow file for this run

name: Check Types
on:
push:
branches-ignore:
- main
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun run check-types