There was an error while loading. Please reload this page.
1 parent cb95a27 commit 219e34fCopy full SHA for 219e34f
1 file changed
.github/workflows/webviz.yml
@@ -114,7 +114,7 @@ jobs:
114
# verify that each lock is as recent as possible and check that each lock file is
115
# correctly generated
116
scripts/poetry-regenerate-lock-files.sh
117
- git diff --exit-code ./frontend/src/api || exit 1
+ git diff --exit-code || exit 1
118
119
# Check that lock files are consistent with pyproject.toml
120
poetry check --lock
0 commit comments