Skip to content

Merge pull request #111 from inexio/CHA-1365 #732

Merge pull request #111 from inexio/CHA-1365

Merge pull request #111 from inexio/CHA-1365 #732

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