Skip to content

Commit daa58c7

Browse files
committed
test: recognize release lychee action
1 parent d5ff1ba commit daa58c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/unit/scripts/release-policy-shape.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,10 @@ describe('release policy shape', () => {
206206
expect(preflight).not.toContain('Security audit (warning only)');
207207

208208
expect(releaseWorkflow).toContain('Fetch main for release guard');
209+
expect(releaseWorkflow).toContain('Lychee link check');
210+
expect(releaseWorkflow).toContain('lycheeverse/lychee-action@v2');
209211
expect(releaseWorkflow).toContain('Verify release tests and docs');
210212
expect(releaseWorkflow).toContain('npm run lint:md');
211-
expect(releaseWorkflow).toContain('npm run lint:links');
212213
expect(releaseWorkflow).toContain('npm run typecheck:surface');
213214
expect(releaseWorkflow).toContain('npm run test:coverage:ci');
214215
});

0 commit comments

Comments
 (0)