There was an error while loading. Please reload this page.
1 parent 08a512c commit 35c6a15Copy full SHA for 35c6a15
.github/workflows/ci.yml
@@ -0,0 +1,12 @@
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: actions/setup-java@v1
9
+ with:
10
+ java-version: 1.8
11
+ - uses: gradle/wrapper-validation-action@v1
12
+ - run: ./gradlew build
README.md
@@ -1,3 +1,7 @@
+# librootjava
+
+[![ci][1]][2]
Example code for "How-To SU"
For some outdated background details, see:
@@ -418,3 +422,6 @@ dependencies {
418
422
implementation 'eu.chainfire:libsuperuser:1.0.0.+'
419
423
}
420
424
```
425
426
+[1]: https://github.com/Chainfire/libsuperuser/workflows/ci/badge.svg
427
+[2]: https://github.com/Chainfire/libsuperuser/actions
0 commit comments