Skip to content

Commit

Permalink
Create lenguages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
superpollo2 authored Sep 25, 2024
1 parent 24ec498 commit 128acef
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/lenguages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: lenguages

on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
push:
branches:
- main

jobs:
generate:
permissions:
contents: write
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3

- name: Lenguages
uses: lowlighter/metrics@latest
with:
filename: lenguages.classic.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_languages: yes
plugin_languages_colors: rainbow
plugin_languages_limit: 6
plugin_languages_analysis_timeout: 15

0 comments on commit 128acef

Please sign in to comment.