Skip to content

fix: smart cell to_source should not include string representation of the code #188

fix: smart cell to_source should not include string representation of the code

fix: smart cell to_source should not include string representation of the code #188

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: false