delete workflows folder

This commit is contained in:
“ibrahim0814”
2019-08-06 18:30:29 -07:00
parent b70693d160
commit 112509d1f5

View File

@@ -1,16 +0,0 @@
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