Integration check changes
This commit is contained in:
12
.github/pull_request_template.md
vendored
Normal file
12
.github/pull_request_template.md
vendored
Normal 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. -->
|
||||
5
.github/workflows/analysis.yml
vendored
5
.github/workflows/analysis.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user