Skip to content

refactoring and nice unicode tables #12

refactoring and nice unicode tables

refactoring and nice unicode tables #12

Workflow file for this run

name: Audit
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run tests
run: go test -vet=off ./...