Skip to content

Convert self.hardware to Ordered Dict (#42) #21

Convert self.hardware to Ordered Dict (#42)

Convert self.hardware to Ordered Dict (#42) #21

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./"
version: ~= 24.4