From 4439b55a58338245efdea664447269fce1264d14 Mon Sep 17 00:00:00 2001 From: ronnie Date: Sun, 5 Apr 2026 00:41:16 -0400 Subject: [PATCH] test4 --- .gitea/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 85f9dd4..f0a8bb8 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,12 +1,13 @@ name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +run-name: ${{ gitea.actor }} is testing out Gitea Actions on: - push - + - pull_request jobs: - Explore-Gitea-Actions: + lint: + name: check and test runs-on: ubuntu-latest steps: - run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."