Skip to content

Revert "bundle: remove rook as a dependency to allow upgrades from 4.15 to 4.16" #1508

Revert "bundle: remove rook as a dependency to allow upgrades from 4.15 to 4.16"

Revert "bundle: remove rook as a dependency to allow upgrades from 4.15 to 4.16" #1508

Workflow file for this run

---
name: codespell
on:
push:
branches: ['main', 'release-*']
pull_request:
branches: ['*']
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: codespell-project/actions-codespell@master
with:
exclude_file: go.sum
check_filenames: true
check_hidden: true
skip: vendor