Skip to content

Commit

Permalink
Merge pull request #170 from creative-commoners/pulls/1/dummy-ci
Browse files Browse the repository at this point in the history
MNT Add dummy ci file
  • Loading branch information
GuySartorelli authored Mar 12, 2024
2 parents b4355b0 + 7c2ec11 commit 7ef543a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 7ef543a

Please sign in to comment.