Skip to content

update gisce/react-formiga-table to v1.6.0-alpha.13 #102

update gisce/react-formiga-table to v1.6.0-alpha.13

update gisce/react-formiga-table to v1.6.0-alpha.13 #102

Workflow file for this run

name: Build Check on PR
on:
pull_request:
branches:
- v2
- v2-develop
- alpha
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.5.0'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build