comment golangci-lint action

This commit is contained in:
Thibault bui Koechlin 2020-05-20 16:50:28 +02:00
parent c3ed78805b
commit d00e0c5f38

View file

@ -1,20 +1,20 @@
name: golangci-lint # name: golangci-lint
on: # on:
push: # push:
tags: # tags:
- v* # - v*
branches: # branches:
- master # - master
pull_request: # pull_request:
jobs: # jobs:
golangci: # golangci:
name: lint # name: lint
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: golangci-lint # - name: golangci-lint
uses: golangci/golangci-lint-action@v1 # uses: golangci/golangci-lint-action@v1
with: # with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. # # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.27 # version: v1.27