Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

fix(deps): update module github.com/go-playground/validator/v10 to v10.15.5 #243

fix(deps): update module github.com/go-playground/validator/v10 to v10.15.5

fix(deps): update module github.com/go-playground/validator/v10 to v10.15.5 #243

Workflow file for this run

# name: reviewdog
# on:
# workflow_dispatch:
# pull_request:
# permissions: read-all
# jobs:
# staticcheck:
# name: runner / staticcheck
# runs-on: ubuntu-latest
# steps:
# # checkout code
# - uses: actions/checkout@v3
# # If you want to use the specific version of Go,
# # you need actions/setup-go@v3 action.
# - uses: actions/setup-go@v3
# with:
# go-version: "1.19"
# # run 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
# workdir: ./backend
name: reviewdog
on:
workflow_dispatch:
pull_request:
jobs:
staticcheck:
name: runner / staticcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-staticcheck@v1
with:
filter_mode: diff_context
fail_on_error: true
workdir: ./backend