From e3eba6850ad323b85453d3d3386b8faddd8553e1 Mon Sep 17 00:00:00 2001 From: necusjz Date: Tue, 9 Jan 2024 17:31:54 +0800 Subject: [PATCH] docs: add dynamic badge --- .github/workflows/main.yaml | 2 +- CHANGELOG.md | 1 + README.md | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2911808..42d054a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,4 +1,4 @@ -name: Main +name: build concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be11f6..b149222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +- Fixed bugs, improved performance, explored the edges of the known universe. ## [1.0.1] - 2023-12-29 - Fixed bugs, improved performance, explored the edges of the known universe. diff --git a/README.md b/README.md index 9485179..ba54686 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Splatoon Bot +[![Build Status](https://github.com/necusjz/splatbot/actions/workflows/main.yaml/badge.svg)](https://github.com/necusjz/splatbot/actions/workflows/main.yaml) + Automate plotting posts in [Splatoon](https://splatoonwiki.org/wiki/Splatoon) based on BlueZ, and optimize its efficiency via Traveling Salesman Problem (TSP). The mailbox is a service in the Splatoon hub that allows players to create drawings and share them via social media. The drawings may be viewable by other players and may be displayed as signs or graffiti in the hub and in various stages in multiplayer matches.