Skip to content

Update zoeyvid/nginx-quic Docker tag to v176 #188

Update zoeyvid/nginx-quic Docker tag to v176

Update zoeyvid/nginx-quic Docker tag to v176 #188

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v3
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
locale: "US"