Skip to content

Commit

Permalink
ci: github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Jun 3, 2021
1 parent 0569d96 commit 1895c40
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Installling dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: yarn
Expand All @@ -46,10 +47,10 @@ jobs:
- name: Build
run: yarn run generate

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript

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

0 comments on commit 1895c40

Please sign in to comment.