Skip to content

fix(core): drop unnecessary Healthy initial seed in persistence watcher #65

fix(core): drop unnecessary Healthy initial seed in persistence watcher

fix(core): drop unnecessary Healthy initial seed in persistence watcher #65

Workflow file for this run

name: Codespell Check
on:
pull_request:
push:
branches:
- master
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install codespell
run: |
pip install codespell
- name: Run codespell
run: |
codespell --config .codespellrc