Skip to content

Commit dd0fc38

Browse files
Update github-action docs to reflect TypeScript migration (#12)
Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com>
1 parent fd38252 commit dd0fc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/pages/contribute/repos/github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: github-action
33
---
44

5-
[`github-action`](https://github.com/doc-detective/github-action) runs Doc Detective in GitHub workflows. While Doc Detective can run in any CI/CD environment, this GitHub Action simplifies the process of running Doc Detective in GitHub workflows, provides a `results` object that can be used in subsequent steps, and offers handy features like creating GitHub issues for failed tests.
5+
[`github-action`](https://github.com/doc-detective/github-action) is a TypeScript-based GitHub Action that runs Doc Detective in GitHub workflows. While Doc Detective can run in any CI/CD environment, this GitHub Action simplifies the process of running Doc Detective in GitHub workflows, provides a `results` object that can be used in subsequent steps, and offers handy features like creating GitHub issues for failed tests.
66

77
This repo depends on [`doc-detective`](doc-detective) for performing the tests.
88

0 commit comments

Comments
 (0)