Skip to content

,

, #113

Workflow file for this run

name: scalafmt
on:
- push
jobs:
scalafmt:
runs-on: ubuntu-22.04
steps:
- uses: lolgab/scalafmt@0.0.4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}