We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49fef6 commit 7986becCopy full SHA for 7986bec
2 files changed
.github/workflows/ci.yml
@@ -0,0 +1,9 @@
1
+name: ci
2
+on: [push, pull_request]
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v2
8
+ - uses: gradle/wrapper-validation-action@v1
9
+ - run: ./gradlew build
README.md
@@ -1,4 +1,6 @@
-# libRootJava Repository
+# librootjava
+
+[![ci][1]][2]
This repository contains four modules, please see the ```README.md```s in
their individual subfolders.
@@ -23,3 +25,6 @@ projects) in your projects, crediting me is appreciated.
23
25
## Spaghetti Sauce Project
24
26
27
This project is part of the [Spaghetti Sauce Project](https://github.com/Chainfire/spaghetti_sauce_project).
28
29
+[1]: https://github.com/Chainfire/librootjava/workflows/ci/badge.svg
30
+[2]: https://github.com/Chainfire/librootjava/actions
0 commit comments