Skip to content

Merge pull request #189 from solaoi/feature/update-frontend-packages #80

Merge pull request #189 from solaoi/feature/update-frontend-packages

Merge pull request #189 from solaoi/feature/update-frontend-packages #80

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
with:
TOC_TITLE: "## Table of Contents"
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}