Palantir CI Integration Overview Set up GitHub Actions CI pipelines for Foundry integrations. Covers running transform unit tests with PySpark, SDK integration tests with mocked APIs, and linting Foundry-specific patterns. Prerequisites - GitHub repository with Foundry integration code - in requirements - pytest test suite Instructions Step 1: GitHub Actions Workflow Step 2: Secret Configuration Step 3: Custom Linting Rules for Foundry Output - GitHub Actions workflow with unit tests, linting, and integration tests - PySpark tests running in CI with JDK setup - Secrets configured securely in…