File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed
Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11buy_me_a_coffee : jinglemansweep
2-
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ name: CI
33on :
44 pull_request :
55 branches : [main]
6+ paths :
7+ - " src/**"
8+ - " tests/**"
9+ - " alembic/**"
10+ - " pyproject.toml"
11+ - " .pre-commit-config.yaml"
12+ - " .github/workflows/ci.yml"
613
714jobs :
815 lint :
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ name: Docker
33on :
44 push :
55 branches : [main]
6+ paths :
7+ - " src/**"
8+ - " alembic/**"
9+ - " alembic.ini"
10+ - " pyproject.toml"
11+ - " Dockerfile"
12+ - " docker-compose.yml"
13+ - " .github/workflows/docker.yml"
614 tags :
715 - " v*"
816
Original file line number Diff line number Diff line change 11# MeshCore Hub
22
3+ [ ![ CI] ( https://github.com/ipnet-mesh/meshcore-hub/actions/workflows/ci.yml/badge.svg )] ( https://github.com/ipnet-mesh/meshcore-hub/actions/workflows/ci.yml )
4+ [ ![ Docker] ( https://github.com/ipnet-mesh/meshcore-hub/actions/workflows/docker.yml/badge.svg )] ( https://github.com/ipnet-mesh/meshcore-hub/actions/workflows/docker.yml )
5+ [ ![ BuyMeACoffee] ( https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-donate-yellow.svg )] ( https://www.buymeacoffee.com/jinglemansweep )
6+
37Python 3.13+ platform for managing and orchestrating MeshCore mesh networks.
48
59![ MeshCore Hub Web Dashboard] ( docs/images/web.png )
You can’t perform that action at this time.
0 commit comments