Skip to content

bump: sbt-scalafmt 2.5.5 (was 2.5.4) #165

bump: sbt-scalafmt 2.5.5 (was 2.5.4)

bump: sbt-scalafmt 2.5.5 (was 2.5.4) #165

Workflow file for this run

name: Scalafmt
on:
pull_request:
branches: ['**']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
name: Code is formatted
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check project is formatted
# https://github.com/jrouly/scalafmt-native-action/releases
uses: jrouly/scalafmt-native-action@14620cde093e5ff6bfbbecd4f638370024287b9d # v4