Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

refactor(client): More fixes #923

refactor(client): More fixes

refactor(client): More fixes #923

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Install
run: npm ci
- name: Tests
run: npm test
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Install
run: npm ci
- name: Lint
run: npm run lint