Merge remote-tracking branch 'origin/main' into platform_lang_pkg

This commit is contained in:
Marco Gario
2020-09-21 09:12:18 +02:00
18 changed files with 424 additions and 149 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
name: "CodeQL action"
on: [push, pull_request]
on:
push:
branches: [main, v1]
pull_request:
jobs:
build:
+4 -1
View File
@@ -1,6 +1,9 @@
name: "Integration Testing"
on: [push, pull_request]
on:
push:
branches: [main, v1]
pull_request:
jobs:
multi-language-repo_test-autodetect-languages:
+5 -2
View File
@@ -1,6 +1,9 @@
name: "PR checks"
on: [push, pull_request]
on:
push:
branches: [main, v1]
pull_request:
jobs:
lint-js:
@@ -62,7 +65,7 @@ jobs:
exit 1
fi
echo "Success: node_modules are up to date"
npm-test:
strategy:
matrix: