File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- # libRootJava Repository
1+ # librootjava
2+
3+ [ ![ ci] [ 1 ]] [ 2 ]
24
35This repository contains four modules, please see the ``` README.md ``` s in
46their individual subfolders.
@@ -23,3 +25,6 @@ projects) in your projects, crediting me is appreciated.
2325## Spaghetti Sauce Project
2426
2527This 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
You can’t perform that action at this time.
0 commit comments