Skip to content

Configure Renovate

Configure Renovate #49

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2