summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Langley <mightyjo@gmail.com>2021-06-10 08:31:25 -0400
committerWill Estes <westes575@gmail.com>2021-08-13 11:16:11 -0400
commiteac09011867e1c6afc9f0da028b82553a2d479f2 (patch)
tree75881d9af305b5e84127f1df6763511bb02480b8
parente864186c577bfcb12c0e148a437930e4a5a6cc2a (diff)
downloadflex-git-eac09011867e1c6afc9f0da028b82553a2d479f2.tar.gz
chore(action): Clean up dead code
Leave clear instructions on what to do if the Autobuild step breaks.
-rw-r--r--.github/workflows/codeql-analysis.yml5
1 files changed, 1 insertions, 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