Skip to content

Bump version to 1.0.3 #60

Bump version to 1.0.3

Bump version to 1.0.3 #60

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