]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2760] Syntax fixed
authorTomek Mrugalski <tomek@isc.org>
Thu, 9 Mar 2023 13:54:31 +0000 (14:54 +0100)
committerTomek Mrugalski <tomek@isc.org>
Fri, 19 May 2023 11:41:01 +0000 (13:41 +0200)
.github/workflows/codeql.yml

index 3331790dbdd21fcf54e654185e96f3204fb7a37b..6fa09fc5edcf3ccd0ddcd8f8403c45bbabf0ee7d 100644 (file)
@@ -49,11 +49,11 @@ jobs:
     - name: Inspect system CPU
       run: cat /proc/cpuinfo
 
+    # We want to enable shell, so python files are generated. And CodeQL can
+    # check them.
     - name: Build Kea
       run: |
         autoreconf -i
-    # We want to enable shell, so python files are generated. And CodeQL can
-    # check them.
         ./configure --enable-shell
         make -j2