Skip to content

Merge pull request #28 from KareHero/visitor-identification #134

Merge pull request #28 from KareHero/visitor-identification

Merge pull request #28 from KareHero/visitor-identification #134

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