We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"
1 parent bd6fc2b commit d1eae40Copy full SHA for d1eae40
.github/workflows/ci_poetry.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Regenerate the manifest
92
run: poetry run python fractal_tasks_core/dev/create_manifest.py
93
- name: Setup friendly diff style
94
- run: echo "*.json diff=json" >> .gitattributes && git config diff.json.textconv "jq --sort-keys '.' \$1
+ run: echo "*.json diff=json" >> .gitattributes && git config diff.json.textconv "jq --sort-keys '.' \$1"
95
- name: Run git diff for manifest
96
run: git diff ./fractal_tasks_core/__FRACTAL_MANIFEST__.json
97
- name: Check if manifest has changed
0 commit comments