Skip to content

fix localhost url

fix localhost url #16

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