Skip to content

Coerce string type into array if array type is expected #43

Coerce string type into array if array type is expected

Coerce string type into array if array type is expected #43

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