added workflow
This commit is contained in:
parent
eb5b60a5e7
commit
4bf484358f
15
.gitea/workflows/pipeline.yaml
Normal file
15
.gitea/workflows/pipeline.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
name: Testing pipes
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repo code
|
||||
uses: actions/checkout@v3
|
||||
- run: echo "Testing testing"
|
||||
- run: cat ./README.md
|
||||
- run: cat ./etc/os-release
|
Loading…
Reference in New Issue
Block a user