diff options
-rw-r--r-- | .github/workflows/ci.yml (renamed from .github/workflows/build.yml) | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/ci.yml index 3bed415b7..03984d5ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: build +name: ci on: [push, pull_request] @@ -2,7 +2,7 @@ A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio. -[](https://github.com/denoland/deno/actions) +[](https://github.com/denoland/deno/actions) Deno aims to provide a productive and secure scripting environment for the modern programmer. It is built on top of V8, Rust, and TypeScript. |