Skip to content

Fill in the blanks: Final preparation for release #27

Fill in the blanks: Final preparation for release

Fill in the blanks: Final preparation for release #27

Workflow file for this run

name: Javascript
on:
push:
branches:
- staging
- production
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: yarn
- run: yarn :prettier