Skip to content

chore: add version infos at launch #29

chore: add version infos at launch

chore: add version infos at launch #29

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- '*'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2