### 👨💻 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
*[→ Full specification](metadata.yml)*
#### ℹ️ Examples workflows
```yaml
name: Lines of code changed
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.lines.svg
token: ${{ secrets.METRICS_TOKEN }}
base: repositories
plugin_lines: 'yes'
```