pre-hook simple try

This commit is contained in:
David Verdeguer
2020-07-31 14:25:56 +02:00
parent e8896a906a
commit 1e83c72db7
2 changed files with 46 additions and 2 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ jobs:
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- uses: ./init
- uses: github/codeql-action/full@pre-hook
with:
languages: javascript
config-file: ./.github/codeql/codeql-config.yml
- uses: ./analyze