Skip to content

Adding depth in case of git config in fetch section of app/package #2324

Adding depth in case of git config in fetch section of app/package

Adding depth in case of git config in fetch section of app/package #2324

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/[email protected]
- name: misspell
uses: reviewdog/[email protected]
with:
fail_on_error: true
locale: "US"
exclude: |
./vendor/*
./cli/vendor/*
*generated*
./examples/cert-manager-tce-pkg/bundle/*