Skip to content

docs: add React components and Advanced Git certification entries to … #99

docs: add React components and Advanced Git certification entries to …

docs: add React components and Advanced Git certification entries to … #99

Workflow file for this run

name: GitHub Profile Language Visualizer
on:
push:
branches:
- main
workflow_dispatch:
jobs:
visualize:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run GitHub Profile Language Visualizer
uses: Platane/snk@v3
with:
github_user_name: 'Kirito666coder'
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
dist/github-contribution-grid-snake.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}