Skip to content

feat: init mtconnect modules #5

feat: init mtconnect modules

feat: init mtconnect modules #5

Workflow file for this run

name: java spotbugs
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
java_spotbugs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Maven Central Repository
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: spotbugs
run: mvn -B -DskipTests clean verify spotbugs:spotbugs