From a88c11604e2e82ee959230c9b3710ecf1eb10d1e Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Merino Date: Wed, 24 Apr 2024 17:15:08 +0200 Subject: Add action --- .github/workflows/test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..0255998 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,10 @@ +name: GitHub Actions Demo +run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 +on: [push] +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + - run: git rev-parse HEAD -- cgit 1.4.1