Files
blog/.gitea/workflows/build.yaml
Evrard Van Espen 628474510a Update CI
2025-11-19 17:30:38 +00:00

12 lines
237 B
YAML

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