Skip to content

Replace "React Native Encrypted Storage" with "Expo Secure Store" #1559

Replace "React Native Encrypted Storage" with "Expo Secure Store"

Replace "React Native Encrypted Storage" with "Expo Secure Store" #1559

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Install dependencies
run: |
yarn install --frozen-lockfile
cd example
yarn install --frozen-lockfile
- name: Lint
run: yarn eslint