Skip to content

[Feat]: Add Event Handlers on more column types #1660

[Feat]: Add Event Handlers on more column types

[Feat]: Add Event Handlers on more column types #1660

Workflow file for this run

name: Client
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'client/**'
- '.github/workflows/client.yml'
permissions:
contents: read
jobs:
build-client:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: 'client/yarn.lock'
- name: Install dependencies
uses: borales/actions-yarn@v4.2.0
with:
cmd: install
dir: client
- name: Run tests
uses: borales/actions-yarn@v4.2.0
with:
cmd: build
dir: client
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy