summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTodd Short <todd.short@me.com>2023-02-28 18:42:56 -0500
committerPauli <pauli@openssl.org>2023-03-06 08:00:58 +1100
commitd108082377aa5f1c5420ec76ca2e9a5b8fb12a32 (patch)
tree972aecdda41bc290f2ceafd19b68a287a55b4085 /.github/workflows
parent08a11ba20461ce14b0a6b9c9e374fbea91fbd8cf (diff)
Add "make help" option
Based on kubernetes controller Makefile help. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20407)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ec0ef2b46d..eb4384f926 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,6 +51,8 @@ jobs:
run: make -s build_generated
- name: make doc-nits
run: make doc-nits
+ - name: make help
+ run: make help
- name: make md-nits
run: |
sudo gem install mdl