Skip to content

chore: sync with ooni/probe-cli@5c50be42 #82

chore: sync with ooni/probe-cli@5c50be42

chore: sync with ooni/probe-cli@5c50be42 #82

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- "master"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20.10"
- run: go build ./...