Skip to content

feat: Add render function to remove react-native-fast-image dependency #13

feat: Add render function to remove react-native-fast-image dependency

feat: Add render function to remove react-native-fast-image dependency #13

Workflow file for this run

name: Check the source code
on:
pull_request:
branches:
- main
jobs:
check_code:
name: Check the source code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: '20.11.1'
- name: Install dependencies
run: npm install
- name: Prettier
run: npm run format
- name: CSpell
run: npm run cspell
- name: ESLint
run: npm run lint