Skip to content

Commit 7986bec

Browse files
Enable basic GitHub Actions CI
1 parent f49fef6 commit 7986bec

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# libRootJava Repository
1+
# librootjava
2+
3+
[![ci][1]][2]
24

35
This repository contains four modules, please see the ```README.md```s in
46
their individual subfolders.
@@ -23,3 +25,6 @@ projects) in your projects, crediting me is appreciated.
2325
## Spaghetti Sauce Project
2426

2527
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

Comments
 (0)