Skip to content

Fix lint

Fix lint #10

Workflow file for this run

name: Update Contributors
on:
push:
branches: ['main']
paths: ['yuuna/**']
workflow_dispatch:
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}