Skip to content

Update fs2-core, fs2-io to 3.11.0 #99

Update fs2-core, fs2-io to 3.11.0

Update fs2-core, fs2-io to 3.11.0 #99

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