Skip to content

show clock and heat on speed screen if there's room #100

show clock and heat on speed screen if there's room

show clock and heat on speed screen if there's room #100

Workflow file for this run

name: QA
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18
cache: npm
- run: npm ci --prefer-offline
- run: npm run codegen
- run: npm run lint
- run: npm run typecheck