Merge pull request #3429 from dapplion/lock-doctoc

Lock doctoc version
This commit is contained in:
Hsiao-Wei Wang
2023-06-14 21:24:40 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ jobs:
- checkout
- run:
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:
docker:
- image: circleci/python:3.9

View File

@@ -50,7 +50,7 @@ jobs:
with:
ref: ${{ github.event.inputs.commitRef || env.DEFAULT_BRANCH }}
- 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:
runs-on: self-hosted