Skip to content

Decompose ReportActionCompose into compound Composer component #19

Decompose ReportActionCompose into compound Composer component

Decompose ReportActionCompose into compound Composer component #19

name: React Compiler Compliance Check
on:
workflow_call:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths: ["**.tsx"]
concurrency:
group: ${{ github.ref == 'refs/heads/main' && format('{0}-{1}', github.ref, github.sha) || github.ref }}-react-compiler-compliance
cancel-in-progress: true
jobs:
react-compiler-compliance:
name: React Compiler Compliance
if: ${{ github.actor != 'OSBotify' }}
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
# v6
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Setup Node
uses: ./.github/actions/composite/setupNode
- name: Run React Compiler Compliance Check
run: npm run react-compiler-compliance-check check-changed
env:
CI: true
GITHUB_TOKEN: ${{ github.token }}