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

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

View File

@ -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