Init CI
This commit is contained in:
parent
723372238b
commit
9c51fb65f1
9
.gitea/workflows/build-container.yml
Normal file
9
.gitea/workflows/build-container.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build-container:
|
||||||
|
steps:
|
||||||
|
- run: echo echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- run: ls -l
|
Loading…
x
Reference in New Issue
Block a user