Skip to content

Commit

Permalink
fix: codeql yaml syntax update
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed May 27, 2021
1 parent 5e456a4 commit 87ad671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
languages: ${{ matrix.language }}

- run: |
npm ci
npm run build --if-present
npm ci
npm run build --if-present
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 87ad671

Please sign in to comment.