From cc3408e3f1423f4f1f86bf4bcd4027ac9a2b465d Mon Sep 17 00:00:00 2001 From: daisuke harato Date: Wed, 21 Aug 2024 15:46:19 +0900 Subject: [PATCH] init --- .github/workflows/test.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..61d411f --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,9 @@ +name: GitHub Actions Demo + +on: [push] + +jobs: + echo_hello_world: + runs-on: ubuntu-latest + steps: + - run: echo "hello world!!" \ No newline at end of file