Skip to content

Update .golangci.yml #144

Update .golangci.yml

Update .golangci.yml #144

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build & test
run: make tests.docker