Skip to content

Update maven-core, maven-plugin-api to 3.9.9 #652

Update maven-core, maven-plugin-api to 3.9.9

Update maven-core, maven-plugin-api to 3.9.9 #652

Workflow file for this run

name: Scalafmt
permissions: read-all
on:
pull_request:
branches: ['**']
jobs:
build:
name: Code is formatted
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v4
with:
arguments: '--list --mode diff-ref=origin/main'