feat: add support for windows and macos jobs

BREAKING CHANGE: The action implementation move from container action to node.js action

Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
This commit is contained in:
Antoine Méausoone
2020-09-26 09:07:49 +02:00
committed by GitHub
parent 6efa53ebca
commit 13c2f38dad
32 changed files with 16064 additions and 854 deletions

9
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'