1.1 KiB
1.1 KiB
👨💻 Lines of code changed
The lines of code plugin displays the number of lines of code you have added and removed across all of your repositories.
|
|
➡️ Available options
| Option | Type (format) [default] {allowed values} | Description |
|---|---|---|
plugin_lines |
boolean [no] |
Display lines of code metrics |
plugin_lines_skipped ⏩ |
array (comma-separated) [] |
Repositories to skip |
Legend for option icons:
- ⏩ Value inherits from its related global-level option
ℹ️ Examples workflows
name: Lines of code changed
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.lines.svg
token: ${{ secrets.METRICS_TOKEN }}
base: repositories
plugin_lines: 'yes'