Skip to content

⬆️ (deps-dev): bump @types/react from 19.2.7 to 19.2.8 #160

⬆️ (deps-dev): bump @types/react from 19.2.7 to 19.2.8

⬆️ (deps-dev): bump @types/react from 19.2.7 to 19.2.8 #160

Workflow file for this run

name: "Test Lint and Build"
on:
pull_request:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Run linting
run: yarn lint
- name: Build
run: yarn build