Skip to content

Update pekko-actor, pekko-slf4j, ... to 1.1.0-M0+437-b6f2c577-SNAPSHOT #1262

Update pekko-actor, pekko-slf4j, ... to 1.1.0-M0+437-b6f2c577-SNAPSHOT

Update pekko-actor, pekko-slf4j, ... to 1.1.0-M0+437-b6f2c577-SNAPSHOT #1262

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@v3
with:
arguments: '--list --mode diff-ref=origin/main'