docs(W4): document contract — stamp kind and status on 104 live docs (#1350)
ci/woodpecker/push/publish Pipeline was canceled
ci/woodpecker/push/publish Pipeline was canceled
Co-authored-by: veronica <[email protected]>
This commit was merged in pull request #1350.
This commit is contained in:
@@ -36,7 +36,9 @@ describe('current installation documentation safety', (): void => {
|
||||
async (relativePath): Promise<void> => {
|
||||
const markdown = await readFile(resolve(repositoryRoot, relativePath), 'utf8');
|
||||
|
||||
expect(markdown).toMatch(/^---\n[\s\S]*?\nstatus: current\n[\s\S]*?\n---\n/);
|
||||
// `status: active` is the document contract's value for "in force"; it replaced the
|
||||
// old `status: current` when the contract in docs/README.md became the single schema.
|
||||
expect(markdown).toMatch(/^---\n[\s\S]*?\nstatus: active\n[\s\S]*?\n---\n/);
|
||||
expect(unsafeRemoteExecutionFindings(markdown)).toEqual([]);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user