We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37232c1 commit 535db79Copy full SHA for 535db79
.github/workflows/check-logic-separation.yml
@@ -16,9 +16,9 @@ jobs:
16
exit 1
17
fi
18
19
- - name: Ensure core logic is only in src/lotto/lotto.py
20
- run: |
21
- if grep -E 'def ' src/lotto/main.py | grep -v 'main'; then
22
- echo "❌ Core logic (function definitions) should not be in src/lotto/main.py!"
23
- exit 1
24
- fi
+ # - name: Ensure core logic is only in src/lotto/lotto.py
+ # run: |
+ # if grep -E 'def ' src/lotto/main.py | grep -v 'main'; then
+ # echo "❌ Core logic (function definitions) should not be in src/lotto/main.py!"
+ # exit 1
+ # fi
0 commit comments