initial load of yaml working
This commit is contained in:
parent
113ebda3ff
commit
fbab49c68d
28 changed files with 522 additions and 393 deletions
8
.github/workflows/basic.yml
vendored
Normal file
8
.github/workflows/basic.yml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name: basic
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo hello world!
|
||||
Loading…
Add table
Add a link
Reference in a new issue