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 0a4d5d1 commit fd8c312Copy full SHA for fd8c312
.github/workflows/checks.yml
@@ -58,6 +58,7 @@ jobs:
58
59
- name: Run changelog update check
60
run: |
61
+ git branch
62
git diff --quiet origin/main -- doc/changes
63
echo "status: $?"
64
poetry run nox -s changelog:updated
0 commit comments