Delete .gitea/workflows/test.yml
Some checks failed
build / test-amd64 (push) Failing after 2s
build / test-arm64 (push) Failing after 2s

This commit is contained in:
Aaron Honeycutt 2025-12-10 18:59:28 -07:00
parent 102718a359
commit b33189521b

View file

@ -1,13 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-24.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls