Skip to content

Merge pull request #43 from adhocore/running #108

Merge pull request #43 from adhocore/running

Merge pull request #43 from adhocore/running #108

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 }}"