Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

fix: add missing expo icons dependency #12

fix: add missing expo icons dependency

fix: add missing expo icons dependency #12

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
node: [18.x]
name: Build and Test on Node.js ${{ matrix.node }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install Dependencies
uses: borales/actions-yarn@v4
with:
cmd: install --frozen-lockfile
# - name: Test
# uses: borales/actions-yarn@v4
# with:
# cmd: test
- name: Lint
uses: borales/actions-yarn@v4
with:
cmd: lint