summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-11-13 13:15:11 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-11-13 17:26:33 +0100
commitb361f8f7192f632a2bf14ad5018e0633dbe578c0 (patch)
treee25fd362e837160d5f13f83e578eddaeb7b65dee /.github
parent70e5b60e7768b813d93212cdd10c32059c10df2b (diff)
downloadlibgphoto2-b361f8f7192f632a2bf14ad5018e0633dbe578c0.tar.gz
ci: Add comment pointing to actionlint
If Github does not accept a workflow YAML file as intended, actionlint is a very useful tool to help find out what is wrong in the YAML file.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index dbe8581cf..78fde909b 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -1,3 +1,7 @@
+# If Github does not properly accept this YAML file, try
+# https://rhysd.github.io/actionlint/ from
+# https://github.com/rhysd/actionlint.
+
name: 'CI build'
on: