Skip to content

POC =act Make use of externalSubmit to yield. #1217

POC =act Make use of externalSubmit to yield.

POC =act Make use of externalSubmit to yield. #1217

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@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v2
with:
version: '3.7.14'
arguments: '--list --mode diff-ref=origin/main'