mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
Rename Github Actions workflow (#3238)
This commit is contained in:
parent
49e04fb240
commit
14713adca5
@ -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.
|
||||
|
||||
[![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
|
||||
modern programmer. It is built on top of V8, Rust, and TypeScript.
|
||||
|
Loading…
Reference in New Issue
Block a user