Skip to content

Merge pull request #55 from WISVCH/remove-connect-auth #23

Merge pull request #55 from WISVCH/remove-connect-auth

Merge pull request #55 from WISVCH/remove-connect-auth #23

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest