1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

Rename Github Actions workflow (#3238)

This commit is contained in:
Ry Dahl 2019-10-29 17:07:15 -04:00 committed by GitHub
parent 49e04fb240
commit 14713adca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: build name: ci
on: [push, pull_request] on: [push, pull_request]

View file

@ -2,7 +2,7 @@
A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio. A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
[![Build Status](https://github.com/denoland/deno/workflows/build/badge.svg)](https://github.com/denoland/deno/actions) [![Build Status](https://github.com/denoland/deno/workflows/ci/badge.svg?branch=master&event=push)](https://github.com/denoland/deno/actions)
Deno aims to provide a productive and secure scripting environment for the Deno aims to provide a productive and secure scripting environment for the
modern programmer. It is built on top of V8, Rust, and TypeScript. modern programmer. It is built on top of V8, Rust, and TypeScript.