Try adding v2 workflow (#13)

* Try adding v2 workflow

* Remove version

* Use legacy action until this is public

* Remove legacy workflow
This commit is contained in:
Danny McCormick 2019-07-11 13:10:59 -04:00 committed by GitHub
parent b4ae196409
commit d2b505129d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,12 @@
on: push
name: Main workflow
on: [push]
jobs:
build:
runs-on:
pool: ${{ matrix.operating-system }}
run:
name: Run
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [Linux, macOS, Windows]
operating-system: [ubuntu-latest, windows-latest]
actions:
- name: Set Node.js 10.x
uses: bryanmacfarlane/node-config@master