From eac09011867e1c6afc9f0da028b82553a2d479f2 Mon Sep 17 00:00:00 2001 From: Joseph Langley Date: Thu, 10 Jun 2021 08:31:25 -0400 Subject: chore(action): Clean up dead code Leave clear instructions on what to do if the Autobuild step breaks. --- .github/workflows/codeql-analysis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 309f6b4..98205d6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -67,16 +67,13 @@ jobs: # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl - # ✏ī¸ If the Autobuild fails above, remove it and uncomment the following three lines + # ✏ī¸ If the Autobuild fails above, remove it and uncomment the following four lines # and modify them (or add more) to build your code if your project # uses a compiled language - #- name: Build # run: | - # ./autogen.sh # ./configure # make - # make check - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 -- cgit v1.2.1