mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 07:45:09 -05:00
checkout in same job
This commit is contained in:
@@ -108,6 +108,7 @@ jobs:
|
||||
- image: circleci/node:10.16.3
|
||||
working_directory: ~/specs-repo
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Check table of contents
|
||||
command: sudo npm install -g doctoc && make check_toc
|
||||
@@ -156,9 +157,7 @@ workflows:
|
||||
- test:
|
||||
requires:
|
||||
- install_pyspec_test
|
||||
- table_of_contents:
|
||||
requires:
|
||||
- checkout_specs
|
||||
- table_of_contents
|
||||
- lint:
|
||||
requires:
|
||||
- test
|
||||
|
||||
Reference in New Issue
Block a user