Skip to content

chore: Disabled lint inline styles rule & updated iOS Info.plist #15

chore: Disabled lint inline styles rule & updated iOS Info.plist

chore: Disabled lint inline styles rule & updated iOS Info.plist #15

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
env:
NODE_VERSION: 20.0
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
- name: Install dependencies
run: yarn install
- name: Create mock ENV
run: cp __mocks__/env.json env.json
# Run tests
- run: yarn tsc
- run: yarn lint
- run: yarn test