rehaul action yml

This commit is contained in:
“ibrahim0814”
2019-08-05 21:19:25 -07:00
parent fcf106bb6b
commit b0a09ce52f
3 changed files with 42 additions and 31 deletions

View File

@@ -1,3 +1,16 @@
action "action a" {
uses = "./codecov-action/"
}
name: Codecov action workflow
on: [push]
jobs:
run:
name: Run
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest,macos-latest]
steps:
- uses: actions/checkout@master
- name: Set Node.js 10.x
uses: actions/setup-node@master
with:
version: 10.x