Skip to content

Changed: to increase temperature conversion range #112

Changed: to increase temperature conversion range

Changed: to increase temperature conversion range #112

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Test
run: yarn test