This commit is contained in:
parent
290107fc2e
commit
e22fbf1d6f
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"
|
Loading…
Reference in New Issue
Block a user