Skip to content

build(deps): bump golang.org/x/sys from 0.13.0 to 0.15.0 #12

build(deps): bump golang.org/x/sys from 0.13.0 to 0.15.0

build(deps): bump golang.org/x/sys from 0.13.0 to 0.15.0 #12

Workflow file for this run

name: reviewdog
on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
lint:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
reporter: github-pr-review
filter_mode: diff_context
fail_on_error: true
level: error