ethereum / beacon-APIs

Collection of RESTful APIs provided by Ethereum Beacon nodes
https://ethereum.github.io/beacon-APIs/
Creative Commons Zero v1.0 Universal
328 stars 167 forks source link

Add spellcheck to CI #382

Closed dapplion closed 9 months ago

dapplion commented 9 months ago

This workflow is used in the execution APIs repo https://github.com/ethereum/execution-apis/blob/main/.github/workflows/spellcheck.yaml

It runs https://github.com/rojopolis/spellcheck-github-actions which uses PySpelling under the hood

Closes https://github.com/ethereum/beacon-APIs/issues/193