Skip to content

Feature/refactor kinship print to write #23

Feature/refactor kinship print to write

Feature/refactor kinship print to write #23

Workflow file for this run

name: Kinship Lint
on:
pull_request:
paths: [Kinship/**]
push:
branches: [master, develop]
paths: [Kinship/**]
jobs:
ruff:
runs-on: ubuntu-latest
defaults:
run:
working-directory: Kinship/
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1