From aa3dddd97bf0c17cf6adee297257000bd9851151 Mon Sep 17 00:00:00 2001 From: Ved Teredesai Date: Sun, 22 Jun 2025 23:27:41 +0530 Subject: [PATCH] added a file --- .github/exercise.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/exercise.yaml diff --git a/.github/exercise.yaml b/.github/exercise.yaml new file mode 100644 index 0000000..7079fe1 --- /dev/null +++ b/.github/exercise.yaml @@ -0,0 +1,14 @@ + +```yaml +name: Basic Workflow +on: + push: + branches: feature/basic-workflow +jobs: + do-things: + name: Do Things + runs-on: ubuntu-latest + steps: + - name: The Thing I've Done + run: echo "I've done a thing!" +``` \ No newline at end of file