Skip to content

chore: fix formatting error #295

chore: fix formatting error

chore: fix formatting error #295

Workflow file for this run

name: 'ci-react-template'
on:
push:
paths:
- 'packages/cli/templates/react/**'
- 'packages/field-plugin/**'
jobs:
check-if-releasing-library:
uses: ./.github/workflows/check-if-releasing-library.yml
build:
needs: check-if-releasing-library
if: ${{ needs.check-if-releasing-library.outputs.result == 'false' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.16.0
cache: 'yarn'
- run: yarn install
- run: yarn workspace field-plugin-react-template build