Skip to content

Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 in /cli #610

Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 in /cli

Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 in /cli #610

Workflow file for this run

# Workflow to detect typos in docs and source code
name: Misspell
on:
push:
branches:
- main
- release/**
- docs/**
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
exclude: ./cli/vendor/**
locale: US