Merge pull request #51 from easingthemes/feature/codeql-fix

fix: codeql build
main
Dragan Filipović 2021-05-27 23:13:23 +02:00 committed by GitHub
commit c984a47bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ jobs:
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
- run: npm run build --if-present - run: |
npm ci
npm run build --if-present
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1 uses: github/codeql-action/analyze@v1