Skip to content

Commit 7a7dfb6

Browse files
Update ci.yml
indentations
1 parent 3eefef2 commit 7a7dfb6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
run: |
4747
python -c "import yaml
4848
with open('config/routing.yml') as f:
49-
cfg = yaml.safe_load(f)
50-
assert 'routes' in cfg, 'routes key missing'
51-
assert 'deep_reasoning' in cfg['routes'], 'deep_reasoning route missing'
52-
assert 'code_analysis' in cfg['routes'], 'code_analysis route missing'
53-
print('routing.yml OK - all required routes present')
49+
cfg = yaml.safe_load(f)
50+
assert 'routes' in cfg, 'routes key missing'
51+
assert 'deep_reasoning' in cfg['routes'], 'deep_reasoning route missing'
52+
assert 'code_analysis' in cfg['routes'], 'code_analysis route missing'
53+
print('routing.yml OK - all required routes present')
5454
"

0 commit comments

Comments
 (0)