Add CI #1

Merged
evanespen merged 72 commits from testing-ci into main 2025-11-20 20:28:21 +00:00
Showing only changes of commit ecd9198953 - Show all commits

View File

@@ -3,7 +3,7 @@ run-name: $ is testing out Gitea Actions 🚀
on: [push]
jobs:
test:
runs-on: ubuntu-latest
runs-on: docker.io/ubuntu:latest
steps:
- run: echo "🎉 The job was automatically triggered by a $ event."
- run: echo "🐧 This job is now running on a $ server hosted by Gitea!"