Fix a bunch of small issues with the template (#67)

* Fixup dependencies and some other things

* add dependabot

* Update to separate run steps
This commit is contained in:
Ross Brodbeck
2020-07-20 07:07:15 -04:00
committed by GitHub
parent f15acf4c48
commit d34e81e77f
9 changed files with 4227 additions and 286 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"

View File

@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v2
- run: |
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest