This commit is contained in:
commit
6f52ef8a08
14
.gitea/workflows/ci.yml
Normal file
14
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Hello
|
||||
run: |
|
||||
echo "Runner is working!"
|
||||
uname -a
|
||||
Loading…
Reference in New Issue
Block a user