Skip to content

Bump al-cheb/configure-pagefile-action from 1.3 to 1.4 #18

Bump al-cheb/configure-pagefile-action from 1.3 to 1.4

Bump al-cheb/configure-pagefile-action from 1.3 to 1.4 #18

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