Skip to content

fix(deps): update github.com/longhorn/backupstore digest to b375644 (master) - autoclosed #2

fix(deps): update github.com/longhorn/backupstore digest to b375644 (master) - autoclosed

fix(deps): update github.com/longhorn/backupstore digest to b375644 (master) - autoclosed #2

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