Skip to content

feat: transfer aware hifo #31

feat: transfer aware hifo

feat: transfer aware hifo #31

Workflow file for this run

name: linting
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install ruff
- run: make lint