Skip to content

add command output when using tags #17

add command output when using tags

add command output when using tags #17

Workflow file for this run

---
name: Lint
on:
push:
workflow_call: {}
workflow_dispatch: {}
jobs:
golangci_lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3