Skip to content

Removed pod, scoped name, version 6.3.5 #6

Removed pod, scoped name, version 6.3.5

Removed pod, scoped name, version 6.3.5 #6

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
- run: yarn install --immutable
- run: yarn workspace react-native-render-html test:ts
name: Typescript Tests
- run: yarn workspace react-native-render-html test:jest --coverage
name: Jest Tests
- run: yarn workspace react-native-render-html test:lint
name: Linting Tests
- run: yarn workspace react-native-render-html pack
name: Pack
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: packages
path: packages