Skip to content

Update sbt to 1.10.0 #14

Update sbt to 1.10.0

Update sbt to 1.10.0 #14

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