Skip to content

Modify read-secrets script to allow keeping values #410

Modify read-secrets script to allow keeping values

Modify read-secrets script to allow keeping values #410

Workflow file for this run

name: Doctoc
on:
push:
pull_request:
branches: [main]
jobs:
verify-doctoc:
name: Verifies whether table of contents has been updated
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run doctoc on README
run: npx doctoc README.md
- name: Verify that doctoc command made no changes, so ToC is up to date
run: '[ -z "$(git status --porcelain)" ]'