Skip to content

Commit

Permalink
Merge pull request #929 from satijalab/ci_placeholder
Browse files Browse the repository at this point in the history
Add placeholder for CI revamp
  • Loading branch information
dcollins15 authored Dec 9, 2024
2 parents 63a7b1a + 5959407 commit 7b70380
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/integration_checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Integration Checks

on:
push:
branches:
- develop
pull_request:
branches:
- develop

jobs:
check-package:
runs-on: ubuntu-latest
steps:
- run: echo "This is a placeholder workflow."

0 comments on commit 7b70380

Please sign in to comment.