Skip to content

chore(deps): bump helm/kind-action from 1.12.0 to 1.13.0 #67

chore(deps): bump helm/kind-action from 1.12.0 to 1.13.0

chore(deps): bump helm/kind-action from 1.12.0 to 1.13.0 #67

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
name: Codespell
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
skip: .git
check_filenames: true
check_hidden: true