Skip to content

Bump react-native-redash from 18.1.1 to 18.1.2 in /template #103

Bump react-native-redash from 18.1.1 to 18.1.2 in /template

Bump react-native-redash from 18.1.1 to 18.1.2 in /template #103

Workflow file for this run

name: CI
defaults:
run:
working-directory: ./template
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: make ci-dependencies
- run: make check-all
- run: make ci-test