initial load of yaml working
This commit is contained in:
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!
|
Reference in New Issue
Block a user