This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ name: CI
3
3
on : [push]
4
4
5
5
jobs :
6
+ generateTOC :
7
+ runs-on : ubuntu-latest
8
+ name : Generate Table of Contents
9
+ steps :
10
+ - name : TOC Generator
11
+ uses :
technote-space/[email protected]
12
+ with :
13
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6
14
test-courses-cpp-ctf-segv-actual :
7
15
runs-on : ubuntu-latest
8
16
steps :
Original file line number Diff line number Diff line change @@ -24,7 +24,22 @@ including links to the lines of source code on GitHub when possible:
24
24
25
25
![ ] ( docs/comment_screenshot.png )
26
26
27
- <!-- TODO: add README table of contents -->
27
+ <!-- START doctoc generated TOC please keep comment here to allow auto update -->
28
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
29
+ ** Table of Contents**
30
+
31
+ - [ Creating your own course] ( #creating-your-own-course )
32
+ - [ Creating the GitHub Action] ( #creating-the-github-action )
33
+ - [ Testing the action] ( #testing-the-action )
34
+ - [ Adding new queries & calculating the contents for the CSV files] ( #adding-new-queries--calculating-the-contents-for-the-csv-files )
35
+ - [ Publishing your action] ( #publishing-your-action )
36
+ - [ Contributing your GitHub Action to this repository] ( #contributing-your-github-action-to-this-repository )
37
+ - [ Example Courses] ( #example-courses )
38
+ - [ Contributing] ( #contributing )
39
+ - [ Releasing new versions or updating dependencies] ( #releasing-new-versions-or-updating-dependencies )
40
+ - [ License] ( #license )
41
+
42
+ <!-- END doctoc generated TOC please keep comment here to allow auto update -->
28
43
29
44
## Creating your own course
30
45
You can’t perform that action at this time.
0 commit comments