Skip to content

Commit

Permalink
👷 Remove dist from CodeQL CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Nov 30, 2020
1 parent c7ead88 commit 5328b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
${{ runner.os }}-
- name: Install dependencies
run: npm ci
- name: Remove dist directory
run: rm -r dist
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 5328b94

Please sign in to comment.