Skip to content

BREAKING CHANGE: refactored into freeze-code.api usage #10

BREAKING CHANGE: refactored into freeze-code.api usage

BREAKING CHANGE: refactored into freeze-code.api usage #10

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