Skip to content

fix: correctly using freeze_config.config in case is not default values #6

fix: correctly using freeze_config.config in case is not default values

fix: correctly using freeze_config.config in case is not default values #6

Workflow file for this run

name: codespell
on: [pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install codespell
run: pip install codespell
- name: Use codespell
run: make spell