Skip to content

fix localhost address #15

fix localhost address

fix localhost address #15

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