Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

fix(deps): replace dependency react-query with @tanstack/react-query … #1966

fix(deps): replace dependency react-query with @tanstack/react-query …

fix(deps): replace dependency react-query with @tanstack/react-query … #1966

Workflow file for this run

name: CI checks
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: set up node
uses: actions/setup-node@v4
- name: Yarn Install and Cache
uses: graasp/graasp-deploy/.github/actions/yarn-install-and-cache@v1
- name: Check code linting
run: yarn check
- name: Build
run: yarn build