Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Bump @testing-library/react-native from 9.1.0 to 12.4.0 #1304

Bump @testing-library/react-native from 9.1.0 to 12.4.0

Bump @testing-library/react-native from 9.1.0 to 12.4.0 #1304

name: code-style-lint-tests
on:
push:
branches: [develop]
pull_request:
branches: [develop]
# Enable manual run
workflow_dispatch:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run-checks
run: |
yarn
yarn codegen
yarn validate
yarn test