Skip to content

Add test for timing._format_time() #23

Add test for timing._format_time()

Add test for timing._format_time() #23

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: lint-${{ github.head_ref }}
cancel-in-progress: true
env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
jobs:
run:
name: Lint with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install Hatch
run: pip install --upgrade hatch
- name: Run linter
run: hatch fmt --linter --check