Skip to content

feat(ipv6): add IPv6 address family detection and nvme-cli IPv6 fixes #545

feat(ipv6): add IPv6 address family detection and nvme-cli IPv6 fixes

feat(ipv6): add IPv6 address family detection and nvme-cli IPv6 fixes #545

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"