Skip to content

Merge pull request #5539 from QCoDeS/dependabot/pip/wcwidth-0.2.11 #6265

Merge pull request #5539 from QCoDeS/dependabot/pip/wcwidth-0.2.11

Merge pull request #5539 from QCoDeS/dependabot/pip/wcwidth-0.2.11 #6265

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..."