Skip to content

Commit

Permalink
docs: make it clearer what the check-requirements-docs hook does
Browse files Browse the repository at this point in the history
  • Loading branch information
rg936672 committed Oct 18, 2024
1 parent 1357835 commit c7c9dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/uv_lock_autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
if: steps.commit_lockfile.conclusion == 'success' || ( steps.main_lockfile.outputs.hash != steps.new_lockfile.outputs.hash )
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
run : |
run: |
export title="chore(deps): autoupdate uv.lock"
export body=$( cat ${{ env.update_message_path }} )
export pr_number=${{ steps.create_branch.outputs.pr_number }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repos:
(?x)^(
examples/.+/.+.(gif|png)
)$
# Keep requirements-docs is up to date
# Keep requirements-docs.txt in sync with uv.lock
- id: check-requirements-docs
name: Keep requirements-docs.txt in sync with uv.lock
language: system
Expand Down

0 comments on commit c7c9dcc

Please sign in to comment.