Skip to content

Commit b8b007c

Browse files
committed
chore: remove scripts folder, fix badge branches (master→main/dev)
- Removed scripts/ directory (setup_discord.py) - Fixed badges: were pointing to 'master' (doesn't exist), now use 'main' - Added separate badge rows for main and dev branches
1 parent 104a08d commit b8b007c

2 files changed

Lines changed: 16 additions & 417 deletions

File tree

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,24 @@
77
</p>
88

99
<h4 align="center">
10-
<a href="https://github.com/coding-kitties/investing-algorithm-framework/actions/workflows/test.yml">
11-
<img src="https://img.shields.io/github/actions/workflow/status/coding-kitties/investing-algorithm-framework/test.yml?branch=master&label=linux&style=flat-square&logo=linux&logoColor=white" alt="linux" style="height: 20px;">
10+
<a href="https://github.com/coding-kitties/investing-algorithm-framework/actions/workflows/test.yml?query=branch%3Amain">
11+
<img src="https://img.shields.io/github/actions/workflow/status/coding-kitties/investing-algorithm-framework/test.yml?branch=main&label=linux%20(main)&style=flat-square&logo=linux&logoColor=white" alt="linux main" style="height: 20px;">
1212
</a>
13-
<a href="https://github.com/coding-kitties/investing-algorithm-framework/actions/workflows/test.yml">
14-
<img src="https://img.shields.io/github/actions/workflow/status/coding-kitties/investing-algorithm-framework/test.yml?branch=master&label=macos&style=flat-square&logo=apple&logoColor=white" alt="macos" style="height: 20px;">
13+
<a href="https://github.com/coding-kitties/investing-algorithm-framework/actions/workflows/test.yml?query=branch%3Amain">
14+
<img src="https://img.shields.io/github/actions/workflow/status/coding-kitties/investing-algorithm-framework/test.yml?branch=main&label=macos%20(main)&style=flat-square&logo=apple&logoColor=white" alt="macos main" style="height: 20px;">
1515
</a>
16-
<a href="https://github.com/coding-kitties/investing-algorithm-framework/actions/workflows/test.yml">
17-
<img src="https://img.shields.io/github/actions/workflow/status/coding-kitties/investing-algorithm-framework/test.yml?branch=master&label=windows&style=flat-square&logo=windows&logoColor=white" alt="windows" style="height: 20px;">
16+
<a href="https://github.com/coding-kitties/investing-algorithm-framework/actions/workflows/test.yml?query=branch%3Amain">
17+
<img src="https://img.shields.io/github/actions/workflow/status/coding-kitties/investing-algorithm-framework/test.yml?branch=main&label=windows%20(main)&style=flat-square&logo=windows&logoColor=white" alt="windows main" style="height: 20px;">
18+
</a>
19+
<br>
20+
<a href="https://github.com/coding-kitties/investing-algorithm-framework/actions/workflows/test.yml?query=branch%3Adev">
21+
<img src="https://img.shields.io/github/actions/workflow/status/coding-kitties/investing-algorithm-framework/test.yml?branch=dev&label=linux%20(dev)&style=flat-square&logo=linux&logoColor=white" alt="linux dev" style="height: 20px;">
22+
</a>
23+
<a href="https://github.com/coding-kitties/investing-algorithm-framework/actions/workflows/test.yml?query=branch%3Adev">
24+
<img src="https://img.shields.io/github/actions/workflow/status/coding-kitties/investing-algorithm-framework/test.yml?branch=dev&label=macos%20(dev)&style=flat-square&logo=apple&logoColor=white" alt="macos dev" style="height: 20px;">
25+
</a>
26+
<a href="https://github.com/coding-kitties/investing-algorithm-framework/actions/workflows/test.yml?query=branch%3Adev">
27+
<img src="https://img.shields.io/github/actions/workflow/status/coding-kitties/investing-algorithm-framework/test.yml?branch=dev&label=windows%20(dev)&style=flat-square&logo=windows&logoColor=white" alt="windows dev" style="height: 20px;">
1828
</a>
1929
<a href="https://pypi.org/project/investing-algorithm-framework/">
2030
<img src="https://img.shields.io/pypi/v/investing-algorithm-framework.svg?style=flat-square" alt="pypi" style="height: 20px;">

0 commit comments

Comments
 (0)