Skip to content

Commit 9234997

Browse files
committed
README.md: Add CI status badge.
1 parent 4512f65 commit 9234997

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# mp-image-tool-esp32: Working with esp32 firmware files and devices
22

3+
![CI Tests](https://github.com/glenn20/mp-image-tool-esp32/actions/workflows/ci-tests.yaml/badge.svg)
4+
35
Tool for manipulating partition tables and files in MicroPython esp32 firmware
46
image files and device flash storage.
57

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ dev-dependencies = [
6565
"hatch-vcs>=0.3.0", # For building and updating _version.py
6666
]
6767

68-
[tool.tox] # https://tox.wiki/en/latest/config.html#pyproject-toml-native
68+
# https://tox.wiki/en/latest/config.html#pyproject-toml-native
69+
[tool.tox] #
6970
env_list = [
7071
"clean", "mypy", "lint", "format",
7172
"3.8", "3.9", "3.10", "3.11", "3.12", "3.13"

0 commit comments

Comments
 (0)