Skip to content

Commit

Permalink
Install auto-doc v.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Dec 5, 2023
1 parent 00ca870 commit 663eae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pre-commit
go install github.com/tj-actions/auto-doc@v3
go install github.com/tj-actions/auto-doc
# go install github.com/tj-actions/auto-doc@v3
pre-commit install
pre-commit run --all-files
working-directory: .

0 comments on commit 663eae4

Please sign in to comment.