Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions 73475f09c3 Merge branch '1' into 2 2024-03-12 01:01:13 +00:00
Guy Sartorelli 7ef543a24f
Merge pull request #170 from creative-commoners/pulls/1/dummy-ci
MNT Add dummy ci file
2024-03-12 13:34:45 +13:00
Steve Boyd 7c2ec11e88 MNT Add dummy ci file 2024-03-12 12:01:41 +13:00
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"