Skip to content

Output single character Y/N on check #106

Output single character Y/N on check

Output single character Y/N on check #106

Workflow file for this run

name: run-ci
on: [push]
jobs:
run-tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-golang@v1
with:
version-file: go.mod
- name: Vet
run: |
make vet