Skip to content

Commit

Permalink
add a no-op github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Feb 1, 2024
1 parent fe554dc commit efdc27d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run Tests
run: |
exit 0

0 comments on commit efdc27d

Please sign in to comment.