Skip to content

fix potential space exhaustion #37

fix potential space exhaustion

fix potential space exhaustion #37

Workflow file for this run

name: CodeSpell
on:
- push
- pull_request
- workflow_call
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master