workflow-test/.gitea/workflows/pipeline.yaml
Jonas Forsberg 8e97686eda
All checks were successful
Testing pipes / Explore-Gitea-Actions (push) Successful in 7s
.
2024-10-14 15:30:19 +02:00

17 lines
312 B
YAML

name: Testing pipes
on:
push:
branches:
- 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
- run: pwd