Skip to content

Fix linter warnings #45

Fix linter warnings

Fix linter warnings #45

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/[email protected]
with:
go-version: 1.18
- name: Run tests
run: make test