workflow-test/.gitea/workflows/pipeline.yaml

17 lines
331 B
YAML
Raw Normal View History

2024-10-14 13:12:49 +00:00
name: Testing pipes
on:
push:
2024-10-14 13:14:32 +00:00
branches:
2024-10-14 13:12:49 +00:00
- 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
2024-10-14 13:17:16 +00:00
- run: cat /etc/os-release
2024-10-14 13:28:19 +00:00
- run: echo "Workdir: $(pwd)"