Skip to content

fix(deps): update module github.com/longhorn/go-spdk-helper to v0.6.1 (v1.10.x) #2204

fix(deps): update module github.com/longhorn/go-spdk-helper to v0.6.1 (v1.10.x)

fix(deps): update module github.com/longhorn/go-spdk-helper to v0.6.1 (v1.10.x) #2204

Workflow file for this run

name: Codespell
on:
pull_request:
branches:
- master
- "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: "./proto,*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum"