Skip to content

Commit

Permalink
chore(action): Clean up dead code
Browse files Browse the repository at this point in the history
Leave clear instructions on what to do if the Autobuild step breaks.
  • Loading branch information
Mightyjo authored and westes committed Aug 13, 2021
1 parent e864186 commit eac0901
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eac0901

Please sign in to comment.