Skip to content

Files

Latest commit

 

History

History
56 lines (48 loc) · 1.4 KB

README.md

File metadata and controls

56 lines (48 loc) · 1.4 KB

👨‍💻 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

TypeDescription
plugin_lines Display lines of code metrics
type: boolean
default: no
plugin_lines_skipped Repositories to skip
⏩ Inherits repositories_skipped
type: array (comma-separated)

→ Full specification

ℹ️ 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'