forked from CringeStudios/element-desktop
Add workflow (WIP)
This commit is contained in:
parent
987ce7dde4
commit
deda5d64db
11
.gitea/workflows/build_linux_docker.yml
Normal file
11
.gitea/workflows/build_linux_docker.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
on: [push, workflow_dispatch]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-element:
|
||||||
|
runs-on: ubuntu:latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Run script
|
||||||
|
run: "echo 'hello world'"
|
Loading…
x
Reference in New Issue
Block a user