Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/update-plugin-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,16 @@ jobs:
--package nodescraper.plugins.inband \
--output docs/PLUGIN_DOC.md

- name: Clean pre-commit cache
run: |
rm -rf /tmp/github-actions-home/.cache/pre-commit
source venv/bin/activate
pre-commit clean || true

- name: Format documentation with pre-commit
run: |
source venv/bin/activate
pre-commit install-hooks || true
pre-commit run --files docs/PLUGIN_DOC.md || true

- name: Create Pull Request
Expand Down