Skip to content

test with latests versions of pekko and persistence-jdbc #324

test with latests versions of pekko and persistence-jdbc

test with latests versions of pekko and persistence-jdbc #324

Workflow file for this run

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