Skip to content

Metrics

Metrics #4514

Workflow file for this run

name: Metrics
on:
# Schedule updates (each hour)
schedule: [{cron: "0 */6 * * *"}]
# Lines below let you run workflow manually and on each commit (optional)
workflow_dispatch:
push: {branches: ["master", "main"]}
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
# See action.yml for all options
- uses: lowlighter/metrics@latest
with:
# Your GitHub token
token: ${{ secrets.METRICS_TOKEN }}
user: lordronz-archive
plugin_languages: yes
plugin_languages_ignored: html, css
plugin_languages_details: bytes-size, percentage
plugin_people: yes
plugin_people_types: members
plugin_achievements: yes
plugin_code: yes