Skip to content

Update fs2-core, fs2-io to 3.10.2 #57

Update fs2-core, fs2-io to 3.10.2

Update fs2-core, fs2-io to 3.10.2 #57

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