Skip to content

Set default NODE_ENV for JS API (#9575) #5926

Set default NODE_ENV for JS API (#9575)

Set default NODE_ENV for JS API (#9575) #5926

Workflow file for this run

name: Format
on:
workflow_dispatch:
push:
branches:
- main
jobs:
prettier:
if: github.repository_owner == 'withastro'
uses: withastro/automation/.github/workflows/format.yml@main
with:
command: "format:ci"
secrets: inherit