aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
blob: f7a943002ac7e74c88c4e8141864d01f844074d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Java CI

on: [push, pull_request]

jobs:
  build:

    runs-on: ubuntu-20.04

    steps:
    - uses: actions/checkout@v2
    - name: Build
      run: gradle check