mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 09:54:55 -05:00
Add codespell to ci
This commit is contained in:
@@ -112,6 +112,15 @@ jobs:
|
||||
- run:
|
||||
name: Check table of contents
|
||||
command: sudo npm install -g doctoc && make check_toc
|
||||
codespell:
|
||||
docker:
|
||||
- image: circleci/python:3.6
|
||||
working_directory: ~/specs-repo
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Check codespell
|
||||
command: pip install codespell --user && make codespell
|
||||
lint:
|
||||
docker:
|
||||
- image: circleci/python:3.6
|
||||
@@ -158,6 +167,7 @@ workflows:
|
||||
requires:
|
||||
- install_pyspec_test
|
||||
- table_of_contents
|
||||
- codespell
|
||||
- lint:
|
||||
requires:
|
||||
- test
|
||||
|
||||
Reference in New Issue
Block a user