Skip to content

chore(server): document and maintain #26

chore(server): document and maintain

chore(server): document and maintain #26

Workflow file for this run

name: privacy
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.20"
- uses: actions/checkout@v2
- run: go build -v ./cmd/dash-client
- run: |
if ./dash-client; then
echo "expected this command to fail"
exit 1
fi