From 7c2ec11e88d5c30503ad2a7980ca455337e9b127 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 12 Mar 2024 12:01:41 +1300 Subject: [PATCH] MNT Add dummy ci file --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 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..67b19b6 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,16 @@ +name: CI + +on: + push: + pull_request: + workflow_dispatch: + +jobs: + ci: + # This is a dummy ci job added so that the gha-merge-up action will find a ci.yml file to run + name: CI + runs-on: ubuntu-latest + steps: + - name: Pass + run: | + echo "Passed"