Skip to content

test: update tests #101

test: update tests

test: update tests #101

Workflow file for this run

name: Lint
on: [push]
jobs:
golint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
id: golint
uses: Jerome1337/go-action/lint@master
- name: Lint Output
run: echo "${{ steps.golint.outputs.golint-output }}"