workflow-test/.gitea/workflows/pipeline.yaml
Jonas Forsberg 8d81262216
Some checks failed
Testing pipes / Explore-Gitea-Actions (push) Failing after 6s
.
2024-10-14 15:14:32 +02:00

16 lines
296 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