Skip to content

fix(deps): update module github.com/longhorn/longhorn-engine to v1.7.1-rc2 (v1.7.x) #604

fix(deps): update module github.com/longhorn/longhorn-engine to v1.7.1-rc2 (v1.7.x)

fix(deps): update module github.com/longhorn/longhorn-engine to v1.7.1-rc2 (v1.7.x) #604

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@v4
with:
fetch-depth: 1
- name: Check code spell
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
skip: "./proto,*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum"