Skip to content

Update dependency org.apache.maven.plugins:maven-plugin-plugin to v3.15.0 #467

Update dependency org.apache.maven.plugins:maven-plugin-plugin to v3.15.0

Update dependency org.apache.maven.plugins:maven-plugin-plugin to v3.15.0 #467

Workflow file for this run

name: scalafix
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
command:
- "-Pscala-2.12"
- "-Pscala-2.13"
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 18.0.2+9
- name: Check code with Scalafix
run: mvn -Dgpg.skip ${{ matrix.command }} clean install && mvn ${{ matrix.command }} org.spurint.maven.plugins:scala-cross-maven-plugin:rewrite-pom scalafix:scalafix -Dscalafix.mode=CHECK