Skip to content

add leadingNewLine functionality #112

add leadingNewLine functionality

add leadingNewLine functionality #112

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
run_install: true
- name: Build
run: pnpm build