Skip to content

chore(ios): exempt encryption in info.plist #224

chore(ios): exempt encryption in info.plist

chore(ios): exempt encryption in info.plist #224

Workflow file for this run

name: lint-test
# Controls when the workflow will run
on:
push:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: szenius/[email protected]
with:
timezoneLinux: "Europe/Paris"
timezoneMacos: "Europe/Paris"
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint
- name: Run tests
run: npm test