Skip to content

Cleanup maxgio92 references #22

Cleanup maxgio92 references

Cleanup maxgio92 references #22

Workflow file for this run

name: Integration
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.50.0
only-new-issues: false
args: --config .golangci.yml --timeout=5m