Skip to content

build(deps): bump github.com/quic-go/quic-go from 0.42.0 to 0.48.2 in the go_modules group #12

build(deps): bump github.com/quic-go/quic-go from 0.42.0 to 0.48.2 in the go_modules group

build(deps): bump github.com/quic-go/quic-go from 0.42.0 to 0.48.2 in the go_modules group #12

Workflow file for this run

name: Misspell Check
on:
pull_request:
push:
branches: [main]
jobs:
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: misspell
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
locale: "US"