add comment with source
This commit is contained in:
parent
11b30e7eda
commit
54478e6940
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codechecks.js.yml
vendored
2
.github/workflows/codechecks.js.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||||
|
|
||||||
|
# yarn cache setup from https://www.karltarvas.com/2020/12/09/github-actions-cache-yarn-install.html
|
||||||
|
|
||||||
name: Code checks
|
name: Code checks
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
Reference in a new issue