Skip to content

add stop function to ContextWServer #261

add stop function to ContextWServer

add stop function to ContextWServer #261

Workflow file for this run

name: ci
on: [ push ]
jobs:
ci:
runs-on: [ ubuntu-latest ]
env:
GOMARKDOC_OPTS: -c
strategy:
matrix:
target: [ test, lint, docs ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: run ${{ matrix.target }}
run: make ${{ matrix.target }}