Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Merge pull request #993 from weaveworks/disable-circleci #806

Merge pull request #993 from weaveworks/disable-circleci

Merge pull request #993 from weaveworks/disable-circleci #806

Workflow file for this run

# https://github.com/marketplace/actions/run-golangci-lint
name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.1.0
with:
version: v1.45.2
args: --timeout=5m