Merge pull request #170 from creative-commoners/pulls/1/dummy-ci

MNT Add dummy ci file
This commit is contained in:
Guy Sartorelli 2024-03-12 13:34:45 +13:00 committed by GitHub
commit 7ef543a24f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"