Skip to content

Commit b75a811

Browse files
authored
Add build status badge to README.md
1 parent c1ae772 commit b75a811

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# [Image Map Creator](https://n-peugnet.github.io/image-map-creator/)
22

3-
<!--
4-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fn-peugnet%2Fimage-map-creator.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fn-peugnet%2Fimage-map-creator?ref=badge_shield)
5-
--->
3+
[![build][build-svg]][build-url]
64

75
This is a simple map creator tool made with the p5.js library. I want it
86
to be easy to use for both the end user and the developper. This work is
@@ -151,7 +149,5 @@ your local machine for development and testing purposes.
151149
See also the list of [contributors](https://github.com/n-peugnet/image-map-creator/contributors)
152150
who participated in this project.
153151

154-
<!--
155-
## License
156-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fn-peugnet%2Fimage-map-creator.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fn-peugnet%2Fimage-map-creator?ref=badge_large)
157-
-->
152+
[build-svg]: https://github.com/n-peugnet/image-map-creator/actions/workflows/build.yml/badge.svg
153+
[build-url]: https://github.com/n-peugnet/image-map-creator/actions/workflows/build.yml

0 commit comments

Comments
 (0)