From bf8aae3c14d3a6cca85c728bd7a69350e17622ad Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Sat, 15 Aug 2026 14:42:22 +0000 Subject: [PATCH] update badge --- .github/workflows/lint.yaml | 2 +- README.md | 6 ++++-- mmgen/data/version | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 47c34bc1..b02b7ea9 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,4 +1,4 @@ -name: lint (ruff+pylint+bandit) +name: lint(ruff+pylint+bandit) on: push: diff --git a/README.md b/README.md index d8a414c8..3423f648 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ##### A terminal-based online/offline cryptocurrency wallet -![build](https://github.com/mmgen/mmgen-wallet/workflows/build/badge.svg) -![lint](https://github.com/mmgen/mmgen-wallet/workflows/lint/badge.svg) +![build][bb] +![lint][lb] ### Description @@ -205,3 +205,5 @@ Donate: [ms]: ../../wiki/command-help-seedsplit [ta]: ../../wiki/Tool-API [L]: ../../wiki/command-help-tool +[bb]: https://github.com/mmgen/mmgen-wallet/workflows/build/badge.svg +[lb]: https://github.com/mmgen/mmgen-wallet/workflows/lint(ruff+pylint+bandit)/badge.svg diff --git a/mmgen/data/version b/mmgen/data/version index 0fbb11b9..22577103 100644 --- a/mmgen/data/version +++ b/mmgen/data/version @@ -1 +1 @@ -16.2.dev9 +16.2.dev10