Skip to content

add docker build file for gitlab #734

add docker build file for gitlab

add docker build file for gitlab #734

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --disable=unused --timeout=5m --tests=false