Skip to content

Switch qcodes to src layout #6027

Switch qcodes to src layout

Switch qcodes to src layout #6027

Workflow file for this run

name: Lint with Darker
on:
push:
branches:
- 'main'
- 'release/*'
pull_request:
jobs:
lint-with-darker:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: akaihola/[email protected]
with:
options: "--check --diff"
src: "./src/qcodes"
revision: "origin/main..."
version: "@e3c210b5c1b91400c3f317b2474c10ab23bec1cf"