Skip to content

Bump golang.org/x/sync from 0.10.0 to 0.11.0 #675

Bump golang.org/x/sync from 0.10.0 to 0.11.0

Bump golang.org/x/sync from 0.10.0 to 0.11.0 #675

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
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:
reporter: github-pr-review
level: warning
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
reporter: github-pr-review
level: warning