Skip to content

feat: add humidity support and templates for min/max temp, and fix se… #46

feat: add humidity support and templates for min/max temp, and fix se…

feat: add humidity support and templates for min/max temp, and fix se… #46

Workflow file for this run

name: "CI"
on:
push:
branches:
- "main"
- "feat**"
tags-ignore:
- "**"
pull_request:
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
steps:
- name: "Checkout the repository"
uses: actions/checkout@v4
- name: "Check format"
uses: psf/black@stable