Skip to content

chore: bump to 0.55.0 #286

chore: bump to 0.55.0

chore: bump to 0.55.0 #286

Workflow file for this run

name: Lint
on:
push:
branches:
- dev
paths:
- 'cli/**'
jobs:
lint:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v5
- name: Install python3-venv
run: sudo apt update && sudo apt install -y python3.10-venv
- uses: psf/black@stable