We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22d1b1 commit e8d1a0dCopy full SHA for e8d1a0d
1 file changed
.github/workflows/QualityControlChecker.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: '3.x'
31
32
- name: Execute Naming Convention Check
33
- run: python test_scripts/QualityControlChecker/QualityControlChecker.py
+ run: python -u test_scripts/QualityControlChecker/QualityControlChecker.py
34
35
job2:
36
name: Spell Checker
0 commit comments