initial load of yaml working

This commit is contained in:
Casey Lee 2020-02-04 16:38:41 -08:00
parent 113ebda3ff
commit fbab49c68d
28 changed files with 522 additions and 393 deletions

8
.github/workflows/basic.yml vendored Normal file
View file

@ -0,0 +1,8 @@
name: basic
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo hello world!