Skip to content

fix(replica): best-effort to delete old head disk file #319

fix(replica): best-effort to delete old head disk file

fix(replica): best-effort to delete old head disk file #319

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: "./proto,*/**.yaml,*/**.yml,./scripts,./integration,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum"