Skip to content

fix/timestamp granularities handling #58

fix/timestamp granularities handling

fix/timestamp granularities handling #58

Workflow file for this run

name: lint
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v2
with:
version: "0.4.4"
enable-cache: true
- run: uv python install 3.12
- run: uv sync --extra dev
- run: uv run ruff check .
- run: uv run ruff format --check --diff .