commit
241be46247
|
@ -176,7 +176,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Check table of contents
|
name: Check table of contents
|
||||||
command: sudo npm install -g doctoc@2 && make check_toc
|
command: sudo npm install -g doctoc@2.2.0 && make check_toc
|
||||||
codespell:
|
codespell:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.9
|
- image: circleci/python:3.9
|
||||||
|
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.commitRef || env.DEFAULT_BRANCH }}
|
ref: ${{ github.event.inputs.commitRef || env.DEFAULT_BRANCH }}
|
||||||
- name: Check table of contents
|
- name: Check table of contents
|
||||||
run: sudo npm install -g doctoc@2 && make check_toc
|
run: sudo npm install -g doctoc@2.2.0 && make check_toc
|
||||||
|
|
||||||
codespell:
|
codespell:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
Loading…
Reference in New Issue