Skip to content

feat: add todo, size, and env commands #3

feat: add todo, size, and env commands

feat: add todo, size, and env commands #3

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"