shithub: rgbds

Download patch

ref: fbe29006d460275d9cdac49cc68ea4f34423f65d
parent: 03bb5105883c997471a3d6b37600eb2ad4ae1a6f
author: ISSOtm <eldredhabert0@gmail.com>
date: Sun Jul 25 08:12:36 EDT 2021

Document two two `.github` subdirectories

--- a/README.rst
+++ b/README.rst
@@ -47,31 +47,31 @@
 
        .
        ├── .github/
-       │   ├── actions/
-       │   │   └── ...
-       │   └── workflows/
-       │       └── ...
+       │   ├── actions/
+       │   │   └── ...
+       │   └── workflows/
+       │       └── ...
        ├── contrib/
-       │   ├── zsh_compl/
-       │   │   └── ...
-       │   └── ...
+       │   ├── zsh_compl/
+       │   │   └── ...
+       │   └── ...
        ├── include/
-       │   └── ...
+       │   └── ...
        ├── src/
-       │   ├── asm/
-       │   │   └── ...
-       │   ├── extern/
-       │   │   └── ...
-       │   ├── fix/
-       │   │   └── ...
-       │   ├── gfx/
-       │   │   └── ...
-       │   ├── link/
-       │   │   └── ...
-       │   ├── CMakeLists.txt
-       │   └── ...
+       │   ├── asm/
+       │   │   └── ...
+       │   ├── extern/
+       │   │   └── ...
+       │   ├── fix/
+       │   │   └── ...
+       │   ├── gfx/
+       │   │   └── ...
+       │   ├── link/
+       │   │   └── ...
+       │   ├── CMakeLists.txt
+       │   └── ...
        ├── test/
-       │   ├── ...
+       │   ├── ...
        │   └── run-tests.sh
        ├── CMakeLists.txt
        ├── Makefile
@@ -79,6 +79,9 @@
 
 - ``.github/`` - files and scripts related to the integration of the RGBDS codebase with
   GitHub.
+
+  * ``actions/`` - scripts used by workflow files.
+  * ``workflows/`` - CI workflow description files.
 
 - ``contrib/`` - scripts and other resources which may be useful to users and developers of
   RGBDS.