Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

ci: merge ci and release workflow (#37) #65

ci: merge ci and release workflow (#37)

ci: merge ci and release workflow (#37) #65

name: Update Contributors in README
on:
push:
branches:
- main
jobs:
update-readme:
name: Update the README
runs-on: ubuntu-latest
steps:
- name: Update the list of contributors
uses: akhilmhdh/[email protected]
with:
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}