From e3b7fb8ded8a9a9497228da3b0a503d9534e9973 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Wed, 11 Nov 2020 02:31:37 +0300 Subject: CI: Setup --- .github/workflows/ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/ci.yml (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 00000000..b708d975 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,17 @@ +name: Java CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Build + run: gradle check -- cgit v1.2.3