Add code-of-conduct.md to root of repo

This commit is contained in:
Jeremy Ruston
2024-08-07 14:36:11 +01:00
parent dbbf8ea90d
commit 0674ac6389
3 changed files with 11 additions and 0 deletions

View File

@@ -15,3 +15,11 @@ node $TW5_BUILD_TIDDLYWIKI \
--output . \
--build readmes \
|| exit 1
# tw.org readmes
node $TW5_BUILD_TIDDLYWIKI \
editions/tw.org \
--verbose \
--output . \
--build readmes \
|| exit 1