Skip to content

build(deps): bump org.apache.maven:maven-core from 3.5.4 to 3.8.1 in /diff-jjoules-maven #213

build(deps): bump org.apache.maven:maven-core from 3.5.4 to 3.8.1 in /diff-jjoules-maven

build(deps): bump org.apache.maven:maven-core from 3.5.4 to 3.8.1 in /diff-jjoules-maven #213

Workflow file for this run

name: Checkstyle CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: 'davidson-consulting/tlpc-sensor'
path: './tlpc-sensor'
- uses: actions/checkout@v2
with:
repository: 'davidson-consulting/j-joules'
path: './j-joules'
- uses: actions/checkout@v2
with:
repository: 'davidson-consulting/junit-jjoules'
path: './junit-jjoules'
- name: Install TLPC-Sensor Java adapter
run: mvn clean install -DskipTests -f tlpc-sensor/examples/tlpc-sensor/pom.xml
- name: Install JJoules
run: mvn clean install -DskipTests -f j-joules/pom.xml
- name: Install JUnit-JJoules
run: mvn clean install -DskipTests -f junit-jjoules/pom.xml
- name: Checkstyle with Maven
run: mvn checkstyle:checkstyle -DskipTests