MNT Add dummy ci file

This commit is contained in:
Steve Boyd 2024-03-12 12:01:41 +13:00
parent b4355b0c5b
commit 7c2ec11e88
1 changed files with 16 additions and 0 deletions

16
.github/workflows/ci.yml vendored Normal file
View File

@ -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"