From 5c3aa1e836f1cf958b39196030ffb7bd4e6c9dc0 Mon Sep 17 00:00:00 2001 From: BuzzLeclair Date: Fri, 7 Mar 2025 20:52:52 +0100 Subject: [PATCH] Ajout de la ci --- gitea/workflows/{ci.yaml => ci.yml} | 0 gitea/workflows/demo.yaml | 19 ------------------- 2 files changed, 19 deletions(-) rename gitea/workflows/{ci.yaml => ci.yml} (100%) delete mode 100644 gitea/workflows/demo.yaml diff --git a/gitea/workflows/ci.yaml b/gitea/workflows/ci.yml similarity index 100% rename from gitea/workflows/ci.yaml rename to gitea/workflows/ci.yml diff --git a/gitea/workflows/demo.yaml b/gitea/workflows/demo.yaml deleted file mode 100644 index 271578a..0000000 --- a/gitea/workflows/demo.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions -on: [push] - -jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest - steps: - - run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event." - - run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - - name: Check out repository code - uses: actions/checkout@v3 - - run: echo "The ${{ gitea.repository }} repository has been cloned to the runner." - - run: echo "The workflow is now ready to test your code on the runner." - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file