Files
blog/.gitea/workflows/build.yaml
Evrard Van Espen 451ccaa5cf Update CI
2025-11-19 17:06:53 +00:00

12 lines
234 B
YAML

name: Build
run-name: $ is testing out Gitea Actions 🚀
on: [push]
jobs:
test:
runs-on: docker.io/ubuntu:latest
steps:
- run: echo "🎉 - GO"
- name: List files in the repository
run: |
ls $