Skip to content

Bump demo apps to use lnc-rn v0.3.2-alpha #110

Bump demo apps to use lnc-rn v0.3.2-alpha

Bump demo apps to use lnc-rn v0.3.2-alpha #110

Workflow file for this run

name: Lint
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run lint