Skip to content

feat(switchover): support switchover based on NVMe multipath and ANA #539

feat(switchover): support switchover based on NVMe multipath and ANA

feat(switchover): support switchover based on NVMe multipath and ANA #539

Workflow file for this run

name: Codespell
on:
pull_request:
branches:
- master
- main
- "v*.*.*"
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 1
- name: Check code spell
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
with:
check_filenames: true
skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum"