[lib] Replace BaseAppState<*> with default type param #1435
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: JSI Codegen | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: sudo ./install_protobuf.sh | |
working-directory: ./scripts | |
run: sudo ./install_protobuf.sh | |
- name: npm install -g yarn | |
run: npm install -g yarn | |
- name: yarn ci-cleaninstall | |
run: yarn ci-cleaninstall | |
- name: '[native] JSI Codegen' | |
working-directory: ./native | |
run: yarn codegen-jsi && git diff --exit-code |