Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Jun 30, 2020
1 parent 72f7e9c commit 8343048
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
# with:
cpp

- run: |
make all
run: make all

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 8343048

Please sign in to comment.