Skip to content

fix(ui): adjust styling of clock in Navbar #758

fix(ui): adjust styling of clock in Navbar

fix(ui): adjust styling of clock in Navbar #758

Workflow file for this run

name: Automated Tests and Linting
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: yarn
cache-dependency-path: yarn.lock
- name: Install packages
run: yarn install --immutable
- name: Run tests
run: yarn test