Skip to content

build(deps): bump github.com/ikawaha/httpcheck from 1.10.1 to 1.12.1 in /plugin/goa #59

build(deps): bump github.com/ikawaha/httpcheck from 1.10.1 to 1.12.1 in /plugin/goa

build(deps): bump github.com/ikawaha/httpcheck from 1.10.1 to 1.12.1 in /plugin/goa #59

name: Reviewdog
on:
pull_request:
types: [opened, synchronize]
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ github.token }}
level: warning
golangci_lint_flags: "--config=.golangci.yml"
reporter: github-pr-review