Skip to content

Add React Query command #207

Add React Query command

Add React Query command #207

Workflow file for this run

name: Belt CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run ESLint, Prettier, tsc
run: yarn lint
- name: Run tests
run: yarn test:run
- name: Build with latest Expo
run: node bin/checks/build-with-latest-expo.check.js