diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0832e0b..cfd10dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: 'build' +name: CI on: # pull_request: push: diff --git a/README.md b/README.md index c81b6f3..db2edda 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 🏆🦀 AtCoder Rust Devcontainer +[![CI](https://github.com/yiwiy9/atcoder-rust-devcontainer/actions/workflows/ci.yml/badge.svg)](https://github.com/yiwiy9/atcoder-rust-devcontainer/actions) +[![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT_OR_Apache--2.0-blue)](#license) + ## 🌐 Overview The `atcoder-rust-devcontainer` repository offers a tailored development environment for competitive programming in the Rust language, specifically for AtCoder contests. Utilizing a devcontainer setup, it simplifies the task of setting up and diving straight into coding challenges without the usual overhead of environment configuration.