Skip to content

Allow Bcc in header (#81) #70

Allow Bcc in header (#81)

Allow Bcc in header (#81) #70

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.35.2