Skip to content

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #39

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0

Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #39

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
reviewdog-check:
name: reviewdog check
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: staticcheck
uses: reviewdog/action-staticcheck@v1
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-review
# Report all results.
filter_mode: nofilter
# Exit with 1 when it find at least one finding.
fail_on_error: true
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2