From 40171bf2fa3b285fec3fe4774b3015f30a67ee3c Mon Sep 17 00:00:00 2001 From: liubin Date: Fri, 14 Jun 2024 13:12:31 +0800 Subject: [PATCH] add workflow --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..08cb631 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,10 @@ +name: Build +on: push +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v3 + - name: Echo + run: echo "code downloaded!"