Skip to content

anonymizer: unit test #48

anonymizer: unit test

anonymizer: unit test #48

Workflow file for this run

---
name: build
on:
push:
pull_request:
permissions: {}
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go build ./...
- run: go test ./...
- run: go vet ./...