Archived
1
0

chore: add CODE_OF_CONDUCT to fmt script

This commit is contained in:
Joe Previte
2021-02-03 09:52:59 -07:00
parent a1a0aec472
commit d7f67b80df
2 changed files with 17 additions and 13 deletions

View File

@ -28,6 +28,7 @@ main() {
doctoc --title '# Install' docs/install.md > /dev/null
doctoc --title '# npm Install Requirements' docs/npm.md > /dev/null
doctoc --title '# Contributing' docs/CONTRIBUTING.md > /dev/null
doctoc --title '# Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md > /dev/null
doctoc --title '# iPad' docs/ipad.md > /dev/null
if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard) ]]; then