Skip to content

Commit

Permalink
docs: add dynamic badge
Browse files Browse the repository at this point in the history
  • Loading branch information
necusjz committed Jan 9, 2024
1 parent dba4b8d commit e3eba68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main
name: build

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e3eba68

Please sign in to comment.