Skip to content

[Hotfix] fix isinstance type and add max in clip (#21) #70

[Hotfix] fix isinstance type and add max in clip (#21)

[Hotfix] fix isinstance type and add max in clip (#21) #70

Workflow file for this run

name: Lint
on:
push:
paths:
- '**.py'
pull_request:
types: [opened, reopened, ready_for_review, review_requested]
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Lint check ruff
uses: chartboost/ruff-action@v1