Skip to content

chore: agent-context command #230

chore: agent-context command

chore: agent-context command #230

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: npm install -g @go-task/cli
- run: task test