Files
blog/.gitea/workflows/build.yaml
Evrard Van Espen 37d3f74cbd Update CI
2025-11-19 17:02:35 +00:00

12 lines
232 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 $