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

Merge pull request #992 from weaveworks/deprecation-notice #801

Merge pull request #992 from weaveworks/deprecation-notice

Merge pull request #992 from weaveworks/deprecation-notice #801

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