Skip to content

Fix touchableComponent type #130

Fix touchableComponent type

Fix touchableComponent type #130

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
lint:
name: Static analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version-file: '.node-version'
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
- name: Lint code
run: yarn lint