Skip to content

Commit ca4b904

Browse files
committed
Add badges to the readme
Gotta have those badges, otherwise you're not a real GitHub project.
1 parent eaefcc3 commit ca4b904

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# wizparse
22

3+
[![CI](https://github.com/Infernio/wizparse/workflows/CI/badge.svg)](https://github.com/Infernio/wizparse/actions?query=workflow%3A%22CI%22)
4+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5+
36
A new parser / interpreter for BAIN wizards based on [ANTLR](https://www.antlr.org/).
47

58
## Parser
@@ -25,7 +28,6 @@ In short:
2528
1. Run `./scripts/prereq.sh`. This will download a copy of ANTLR.
2629
1. Run `./scripts/build.sh`. This will generate a Java parser and compile it.
2730
1. Run `./scripts/test.sh`. This will run all tests in the tests folder.
28-
1. If it worked, yo
2931

3032
## License
3133
wizparse is licensed under the MIT license. See [LICENSE](LICENSE) for the full text.

0 commit comments

Comments
 (0)