Skip to content

[Payment due @mkhutornyi] Allow clearing the Default Vendor by re-selecting it (CC/DC export only) #33111

[Payment due @mkhutornyi] Allow clearing the Default Vendor by re-selecting it (CC/DC export only)

[Payment due @mkhutornyi] Allow clearing the Default Vendor by re-selecting it (CC/DC export only) #33111

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 }}