From ad5948d51918198c3bfca050ebff67923867241c Mon Sep 17 00:00:00 2001 From: woowoo320 Date: Mon, 24 Nov 2025 20:42:15 +0900 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..5f87e45 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,10 @@ +name: CI + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: echo "Hello, GitHub Actions!"