From fb332735a19f2effe36809d51ff10a6fc4e4e357 Mon Sep 17 00:00:00 2001 From: hydai Date: Wed, 21 Aug 2024 15:23:48 +0800 Subject: [PATCH] ci: enable ci workflows Signed-off-by: hydai --- .github/workflows/ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..6b9f09a --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,19 @@ +name: CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Try the initial command + run: echo wasmedge-llmc!