Skip to content

Add ability to list company associations #144

Add ability to list company associations

Add ability to list company associations #144

Workflow file for this run

name: lint and test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup
uses: actions/setup-go@v2
with:
go-version: "1.16"
- name: lint
run: make lint
- name: test
run: make test