From 881a78c293c3e444c8396571b293411313d5f14f Mon Sep 17 00:00:00 2001 From: 24ds1000054-code <24ds1000054@ds.study.iitm.ac.in> Date: Tue, 27 Jan 2026 22:05:37 +0530 Subject: [PATCH] Create github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/github-actions-demo.yml diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml new file mode 100644 index 0000000..5d07c3f --- /dev/null +++ b/.github/workflows/github-actions-demo.yml @@ -0,0 +1,11 @@ +name: IITM GitHub Action + +on: [push] + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - name: 24ds1000054@ds.study.iitm.ac.in + run: echo "Hello, world!"