Skip to content

Commit

Permalink
updated readme and add-badges.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosabayomi committed Oct 24, 2024
1 parent ee82d43 commit d190539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/add-badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
[
[
{
"badge": "https://img.shields.io/github/license/${{ env.repo_owner }}/${{ env.repo_name }}?style=flat-square",
"badge": "https://img.shields.io/github/license/paulosabayomi/treeSpider?style=flat-square",
"alt": "MIT License",
"link": "${{ env.repo_url }}/blob/main/LICENSE"
},
Expand Down Expand Up @@ -54,11 +54,6 @@ jobs:
"badge": "https://github.com/paulosabayomi/treeSpider/actions/workflows/tests.yml/badge.svg",
"alt": "Tests",
"link": "https://github.com/paulosabayomi/treeSpider/actions/workflows/tests.yml"
},
{
"badge": "https://img.shields.io/lgtm/grade/javascript/g/${{ env.repo_owner }}/${{ env.repo_name }}.svg?logo=lgtm&style=flat-square",
"alt": "Language grade: JavaScript",
"link": "https://lgtm.com/projects/g/${{ env.repo_owner }}/${{ env.repo_name }}/context:javascript"
}
]
]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TreeSpider

<div align="center">
<img src="https://github.com/paulosabayomi/treeSpider/blob/main/res/treeSpider.png" alt="TreeSpider logo" width="400" style="object-fit: contain; justify-self:center;"/>
<img src="https://github.com/paulosabayomi/treeSpider/blob/main/res/treeSpider.png" alt="TreeSpider logo" width="200" style="object-fit: contain; justify-self:center;"/>
</div>

<!-- [START BADGES] -->
Expand Down

0 comments on commit d190539

Please sign in to comment.