Skip to content

ivy 2.3.0-sbt-f686954b0021a5c3245766ced0cdaeca8ba2fd7a #190

ivy 2.3.0-sbt-f686954b0021a5c3245766ced0cdaeca8ba2fd7a

ivy 2.3.0-sbt-f686954b0021a5c3245766ced0cdaeca8ba2fd7a #190

Workflow file for this run

name: Scalafmt
permissions: {}
on:
pull_request:
branches: ['**']
jobs:
build:
name: Code is formatted
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v5
with:
arguments: '--list'