Skip to content

[Chore] add type hint (#42) #58

[Chore] add type hint (#42)

[Chore] add type hint (#42) #58

Workflow file for this run

name: Lint
on:
push:
paths:
- '**.py'
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