Export non gridded data to MultiIndex Xarray and compressed netcdf file #5820
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint with Darker | |
on: | |
push: | |
branches: | |
- 'master' | |
- 'release/*' | |
pull_request: | |
jobs: | |
lint-with-darker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4.0.0 | |
with: | |
fetch-depth: 0 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: "3.11" | |
- uses: akaihola/darker@1.7.2 | |
with: | |
options: "--check --diff" | |
src: "./qcodes" | |
revision: "origin/master..." | |
version: "@e3c210b5c1b91400c3f317b2474c10ab23bec1cf" |