File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed
Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1+ name : JavaCI
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@v2
9+ with :
10+ java-version : " 8"
11+ distribution : adopt
12+ - name : Maven Package
13+ run : mvn -B -U clean package -DskipTests
14+ - name : Maven Verify
15+ run : mvn -B -U verify
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# json-schema-inferrer
22
33[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4- [ ![ Build Status ] ( https://travis-ci.org /saasquatch/json-schema-inferrer. svg?branch=master )] ( https://travis-ci.org /saasquatch/json-schema-inferrer )
4+ [ ![ JavaCI ] ( https://github.com /saasquatch/json-schema-inferrer/actions/workflows/JavaCI.yml/badge. svg?branch=master )] ( https://github.com /saasquatch/json-schema-inferrer/actions/workflows/JavaCI.yml )
55[ ![ codecov] ( https://codecov.io/gh/saasquatch/json-schema-inferrer/branch/master/graph/badge.svg )] ( https://codecov.io/gh/saasquatch/json-schema-inferrer )
66[ ![ ] ( https://jitpack.io/v/saasquatch/json-schema-inferrer.svg )] ( https://jitpack.io/#saasquatch/json-schema-inferrer )
77
You can’t perform that action at this time.
0 commit comments