Add hello world test workflow
This commit is contained in:
13
.gitea/workflows/test.yml
Normal file
13
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Hello
|
||||
run: echo "Actions is working"
|
||||
Reference in New Issue
Block a user