Skip to content

Allow stringFormats to transform value (#6) #57

Allow stringFormats to transform value (#6)

Allow stringFormats to transform value (#6) #57

Workflow file for this run

on: [push]
name: Format
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run format:check