added ci.yml
This commit is contained in:
parent
60e508674f
commit
5dbc48aaff
8
.gitea/workflows/ci.yml
Normal file
8
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,8 @@
|
||||
name: First CI
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Printing hello
|
||||
run: echo "Hello, World"
|
Loading…
x
Reference in New Issue
Block a user