Skip to content

fix(data): re-derive early_january_2023_weather from weather (#7) #20

fix(data): re-derive early_january_2023_weather from weather (#7)

fix(data): re-derive early_january_2023_weather from weather (#7) #20

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up uv
uses: astral-sh/setup-uv@v7
with:
python-version: "3.12"
- name: Ruff check
run: uvx ruff check moderndive tests tools
- name: Ruff format check
run: uvx ruff format --check moderndive tests tools