Files
Texture/.github/workflows/ci-pull-requests-only.yml
GianmarcoandGianmarco 34de002f79 Fix: Transfer leadingScreensForBatching from pending state on node load (#2130)
* Fix: Transfer leadingScreensForBatching from pending state on node load
and add tests

* Address PR comments

* try to fix build

* Adding whitespace to see if builds run

* Revert prev commit to check if builds are working

---------

Co-authored-by: Gianmarco <gfolchi@pinterest.com>
2025-11-19 11:27:15 -08:00

27 lines
717 B
YAML

name: CI (pull-requests-only jobs)
on:
pull_request:
branches:
- master
jobs:
buildsh:
env:
DEVELOPER_DIR: /Applications/Xcode_26.0.1.app/Contents/Developer
strategy:
matrix:
mode: [cocoapods-lint-default-subspecs, cocoapods-lint-other-subspecs]
include:
- mode: cocoapods-lint-default-subspecs
name: Verify that default subspecs lint
- mode: cocoapods-lint-other-subspecs
name: Verify that other subspecs lint
name: ${{ matrix.name }}
runs-on: macos-latest
steps:
- name: Checkout the Git repository
uses: actions/checkout@v2
- name: Run build script
run: ./build.sh ${{ matrix.mode }}