9
.gitea/workflows/test.yml
Normal file
9
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: Test CI
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: echo "Hello from Gitea Actions!"
|
||||||
Reference in New Issue
Block a user