Skip to content

Commit dcbcf06

Browse files
add info about ready made action (#2706)
1 parent 99dd361 commit dcbcf06

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

runtime/reference/continuous_integration.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ results with `deno coverage` in pipelines.
1313

1414
## Setting up a basic pipeline
1515

16+
:::tip
17+
18+
Looking for a ready-made GitHub Actions workflow? GitHub provides an official
19+
starter workflow for Deno that you can add to your repository:
20+
<https://github.com/actions/starter-workflows/blob/main/ci/deno.yml>.
21+
22+
In GitHub, open the Actions tab, choose "New workflow", and search for "Deno" to
23+
use the template.
24+
25+
:::
26+
1627
You can set up basic pipelines for Deno projects in GitHub Actions. The concepts
1728
explained on this page largely apply to other CI providers as well, such as
1829
Azure Pipelines, CircleCI or GitLab.

0 commit comments

Comments
 (0)