Skip to content

Merge pull request #69 from aertslab/bugfix_pt_contribution_numpy2 #112

Merge pull request #69 from aertslab/bugfix_pt_contribution_numpy2

Merge pull request #69 from aertslab/bugfix_pt_contribution_numpy2 #112

Workflow file for this run

name: Ruff
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 5 1,15 * *"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1