This commit is contained in:
BIN
.gitea/.DS_Store
vendored
Normal file
BIN
.gitea/.DS_Store
vendored
Normal file
Binary file not shown.
9
.gitea/workflows/ci.yml
Normal file
9
.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: First CI
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Printing hello
|
||||||
|
run: echo "Hello, world"
|
||||||
Reference in New Issue
Block a user