Skip to content

Fix typo in Table Dialect (#1071) #173

Fix typo in Table Dialect (#1071)

Fix typo in Table Dialect (#1071) #173

Workflow file for this run

name: general
on:
push:
branches:
- main
tags:
- v*.*.*
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm install
- name: Test software
run: npm test