Skip to content

feat: add todo, size, and env commands (#1) #4

feat: add todo, size, and env commands (#1)

feat: add todo, size, and env commands (#1) #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun run index.js --help || echo "✅ grug-cli loads"