Skip to content

LakeShore335: add power output parameters #8359

LakeShore335: add power output parameters

LakeShore335: add power output parameters #8359

Workflow file for this run

name: Lint with Darker
on:
push:
branches:
- 'main'
- 'release/*'
pull_request:
merge_group:
branches: ['main']
permissions:
contents: read
jobs:
lint-with-darker:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: "3.11"
- uses: akaihola/darker@0fcbba37081b4801113c2b017ee5134ecc8b3cd0 # 2.1.1
with:
options: "--check --diff"
src: "./src/qcodes"
revision: "origin/main..."