Integration check changes

This commit is contained in:
lowlighter
2020-10-18 14:40:32 +02:00
parent 3747d2f5d1
commit 1ab7211044
5 changed files with 45 additions and 27 deletions

12
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,12 @@
<!--
Thank you very much for contributing to this repository !
Link any related issues (if applicable) to help us keeping track of this project current state.
Don't forget to run `npm run test` to ensure that you'll pass status checks validation.
-->
**Pull request description**
<!-- A clear and concise description of what your pull request implements or fixs. -->
**Additional context and screenshots**
<!-- Add any other context or screenshots about your pull request here. -->

View File

@@ -18,7 +18,6 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: javascript
config-file: ./.github/config/codeql.yml
- name: Analyze
uses: github/codeql-action/analyze@v1
with:
config-file: ./.github/config/codeql.yml
uses: github/codeql-action/analyze@v1