Skip to content

Update sbt-mima-plugin to 1.1.4 #62

Update sbt-mima-plugin to 1.1.4

Update sbt-mima-plugin to 1.1.4 #62

Workflow file for this run

name: Prettier for JS/TypeScript Code
on: push
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Prettier
uses: garnercorp/build-actions/prettier@main
with:
prettier-options: "--write"
dry: true