Skip to content

Commit

Permalink
ci: move to full CAPE CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 11, 2024
1 parent 1c953a0 commit 49cf4b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cape.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CAPE
on:
push:
branches: [main]
pull_request:

jobs:
python:
name: Python
uses: cape-ph/.github/.github/workflows/python_checks.yml@main
with:
pytest: false
general:
name: General
uses: cape-ph/.github/.github/workflows/general_checks.yml@main
10 changes: 0 additions & 10 deletions .github/workflows/python.yml

This file was deleted.

0 comments on commit 49cf4b5

Please sign in to comment.