Create config.yml

pull/73/head
guhur 4 years ago committed by GitHub
parent 8e84b7dea2
commit 166d9a6174

@ -0,0 +1,10 @@
orbs:
react: 'thefrontside/react@dev:alpha'
version: 2.1
workflows:
push:
jobs:
- react/install
- react/test:
requires:
- react/install
Loading…
Cancel
Save