Skip to content

Merge pull request #183 from solaoi/feature/change-import-style-to-cr… #77

Merge pull request #183 from solaoi/feature/change-import-style-to-cr…

Merge pull request #183 from solaoi/feature/change-import-style-to-cr… #77

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 }}