Skip to content

Commit

Permalink
feat(workflow/chexk): add doc link for labels
Browse files Browse the repository at this point in the history
resolve #413
  • Loading branch information
alex3236 committed Oct 1, 2024
1 parent a2e9685 commit cf801cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def report_plugin(plugin: Plugin, tag: Tag) -> str:
'-'
)
report += _row(
'Labels',
'[Labels](https://docs.mcdreforged.com/en/latest/plugin_dev/plugin_catalogue.html#label)',
# `Tool`, `API`
' '.join(f'`{i}`' for i in plugin.labels),
'-'
Expand Down

0 comments on commit cf801cb

Please sign in to comment.