Skip to content

Commit b68c803

Browse files
author
Adam Wright
authored
Merge pull request #33 from reactome/refactored_logic_network_generator.py
Refactored logic network generator.py
2 parents 82a8532 + 6a9a47f commit b68c803

2 files changed

Lines changed: 182 additions & 150 deletions

File tree

.github/workflows/ruff.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install ruff
2222
23-
- name: Run ruff
23+
24+
- name: Run ruff check
2425
run: |
25-
ruff src/ bin/
26+
ruff check src/ bin/
27+
2628
2729
- name: Run ruff formatter
2830
run: |

0 commit comments

Comments
 (0)