Skip to content

Update linter

Update linter #11

Workflow file for this run

# This file is part of the Peek-A-Buf package.
#
# (c) Philip Lehmann-Böhm <[email protected]>
#
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.
name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v4.0