Skip to content

[Snyk] Security upgrade react-native from 0.69.7 to 0.69.12 #150

[Snyk] Security upgrade react-native from 0.69.7 to 0.69.12

[Snyk] Security upgrade react-native from 0.69.7 to 0.69.12 #150

Workflow file for this run

name: ESLint
on:
push:
pull_request:
jobs:
eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: c-hive/gha-yarn-cache@v2
- name: Install JS dependencies
run: yarn install
- name: Linting
run: yarn lint