Skip to content

Commit

Permalink
chore: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Jul 15, 2024
1 parent b8ab045 commit 492a725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
run: poetry run mypy

- name: Check docs are up to date
run: poetry run poe docs && [ $(git status --porcelain docs/ | wc -l) -eq "0" ]
run: poetry run poe docs && git status --porcelain docs/ | wc -l && [ $(git status --porcelain docs/ | wc -l) -eq "0" ]

0 comments on commit 492a725

Please sign in to comment.