Skip to content

Redesign the properties of auto block feature to make it easier to co… #551

Redesign the properties of auto block feature to make it easier to co…

Redesign the properties of auto block feature to make it easier to co… #551

name: Test turms-client-js
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Node
uses: actions/[email protected]
with:
node-version: 20
- name: Install dependencies
working-directory: turms-client-js
run: npm install
- name: Verify formatting
working-directory: turms-client-js
run: npm run lint
- name: Build artifacts
working-directory: turms-client-js
run: npm run build
# - name: Test
# working-directory: turms-client-js
# run: npm run test