edited ci.yml
This commit is contained in:
parent
ad57cf7cb3
commit
33fa4b65ee
@ -0,0 +1,9 @@
|
||||
name: First CI
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Printing hello
|
||||
run: echo "Hello,"
|
Loading…
Reference in New Issue
Block a user