Skip to content

Commit

Permalink
Merge pull request #412 from M-L-D-H/tsb
Browse files Browse the repository at this point in the history
Housekeeping
  • Loading branch information
theodore-s-beers authored Dec 6, 2023
2 parents 09eb47b + 20c1ba4 commit 369c2b0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
"to": "2022"
}
],
"websites": [
"https://coptica.kohd.adw-goe.de/content/start.xml?XSL.lastPage.SESSION=/content/start.xml"
],
"websites": ["https://coptica.kohd.adw-goe.de/content/start.xml"],
"project_desc": "The KOHD Coptica project, part of the Cataloging of Oriental Manuscripts in Germany initiative, catalogs and digitizes Coptic manuscripts in the Berlin Papyrus Collection. The ongoing database development facilitates efficient searches and standardized presentations of metadata, with records gradually released as cataloging and digitization progress.",
"places": [
{
Expand Down
2 changes: 1 addition & 1 deletion SCHEMATA/project_schema.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { z } from "https://deno.land/x/[email protected].2/mod.ts";
import { z } from "https://deno.land/x/[email protected].4/mod.ts";

// Set version here, validate everywhere else!
const schemaVersion = "0.2.1";
Expand Down
4 changes: 2 additions & 2 deletions TESTS/schema_tests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assertEquals } from "https://deno.land/std@0.201.0/assert/mod.ts";
import { v4 } from "https://deno.land/std@0.201.0/uuid/mod.ts";
import { assertEquals } from "https://deno.land/std@0.208.0/assert/mod.ts";
import { v4 } from "https://deno.land/std@0.208.0/uuid/mod.ts";
import {
creditRoles,
keywords,
Expand Down
8 changes: 7 additions & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Exclude URLs and mail addresses from checking (supports regex)
exclude = ["blogs.bl.uk", "gepris.dfg.de", '\.git$', "researchgate.net/profile"]
exclude = [
"blogs.bl.uk",
"gepris.dfg.de",
'\.git$',
"nli.org.il",
"researchgate.net/profile",
]

# Exclude these filesystem paths from getting checked
exclude_path = ["node_modules", "package-lock.json"]

0 comments on commit 369c2b0

Please sign in to comment.