Add header-checking function (#9880)

* Add basic header-checking function

* Add Slack notification logic

* Modify Netlify Functions setup

* Rework function logic

* Add missing dependencies

* Remove package-lock.json from Git

* Separate header checking function

* Isolate env check into a separate function
This commit is contained in:
Luc Perkins
2018-10-03 13:04:39 -07:00
committed by k8s-ci-robot
parent 09c4ae5f1d
commit 57584f982d
5 changed files with 98 additions and 0 deletions
+5
View File
@@ -32,3 +32,8 @@ public/
# User-specific editorconfig files
.editorconfig
# Netlify Functions build output
package-lock.json
functions/
node_modules/