### 👨‍đŸ’ģ 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 should be stored in repository secrets * ✨ New feature currently in testing on `master`/`main` *[→ 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' ```