Skip to content

Bump aws-sigv4 from 0.54.1 to 0.54.2 in /services/identity #1263

Bump aws-sigv4 from 0.54.1 to 0.54.2 in /services/identity

Bump aws-sigv4 from 0.54.1 to 0.54.2 in /services/identity #1263

Workflow file for this run

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