Skip to content

Align watt-second/kilowatt-hour calculations with watts #14

Align watt-second/kilowatt-hour calculations with watts

Align watt-second/kilowatt-hour calculations with watts #14

Workflow file for this run

---
name: Lint
on: pull_request # yamllint disable-line rule:truthy
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint with ruff
uses: chartboost/ruff-action@v1