Skip to content

Update to xarray 2023.1.0 #20

Update to xarray 2023.1.0

Update to xarray 2023.1.0 #20

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install ruff
run: pip install ruff
- name: Run ruff
run: ruff check xbout