Skip to content

create module manifest tool implementation #12 #26

create module manifest tool implementation #12

create module manifest tool implementation #12 #26

Workflow file for this run

name: test
on:
pull_request: {}
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Test build
run: |
go build ./cmd/mcp-cyclops