Skip to content

label mean if reference #54

label mean if reference

label mean if reference #54

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