Skip to content

Commit

Permalink
MNT Add dummy ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 11, 2024
1 parent b4355b0 commit 4d323c2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on:
push:
pull_request:
workflow_dispatch:

jobs:
ci:
name: CI
# This is a dummy ci job added so that the gha-merge-up action will find a ci.yml file to run
steps:
- name: Pass
run: |
echo "Passed"

0 comments on commit 4d323c2

Please sign in to comment.