Skip to content

Merge branch 'master' of https://github.com/TheWidlarzGroup/rn-emoji-… #355

Merge branch 'master' of https://github.com/TheWidlarzGroup/rn-emoji-…

Merge branch 'master' of https://github.com/TheWidlarzGroup/rn-emoji-… #355

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack before setting up Node
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn
- name: lint
run: yarn lint