Skip to content

chore: add AddTag comment #100

chore: add AddTag comment

chore: add AddTag comment #100

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