ignore dist in codeql scan

codeql is choking on the minified/transformed version of the project JS, so we need to get it to ignore that.
This commit is contained in:
Kat Marchán
2020-11-11 15:21:41 -08:00
parent 0d2b720f91
commit fd5953b721

View File

@@ -1,5 +1,8 @@
name: "Code scanning - action"
paths-ignore:
- dist
on:
push:
pull_request: