Skip to content

Update the text style of the draft label on conversation tiles #542

Update the text style of the draft label on conversation tiles

Update the text style of the draft label on conversation tiles #542

name: Test turms-client-js
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Set up Node
uses: actions/setup-node@v4.1.0
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