Skip to content

Merge pull request #181 from solaoi/feature/update_screen-capture-kit #78

Merge pull request #181 from solaoi/feature/update_screen-capture-kit

Merge pull request #181 from solaoi/feature/update_screen-capture-kit #78

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