Skip to content

Pulling Danyao's Implementation of Branch coverage and guided amplification into our repo #18

Pulling Danyao's Implementation of Branch coverage and guided amplification into our repo

Pulling Danyao's Implementation of Branch coverage and guided amplification into our repo #18

name: Checkstyle CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn install -DskipTests
- name: Test with Maven
run: mvn checkstyle:checkstyle