Skip to content

perf: remove policies live merge from Search getSections (S3 #2590) #29

perf: remove policies live merge from Search getSections (S3 #2590)

perf: remove policies live merge from Search getSections (S3 #2590) #29

name: React Compiler Compliance Check
on:
workflow_call:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths: ["**.ts", "**.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:
- name: Checkout
uses: useblacksmith/checkout@c9796daa2a4bdebdab5bd16be2c09a70cd4e1121 # v1
- 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 }}