Skip to content

Merge pull request #73 from aertslab/bugfix_test_return #114

Merge pull request #73 from aertslab/bugfix_test_return

Merge pull request #73 from aertslab/bugfix_test_return #114

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