Skip to content

Commit

Permalink
parent 7713d97
Browse files Browse the repository at this point in the history
author Tim Paine <t.paine154@gmail.com> 1652551508 -0400
committer Tim Paine <t.paine154@gmail.com> 1653690270 -0400

move CI/CD process to GitHub Actions, allow for some additional
configuration of which subsets of python builds to do
  • Loading branch information
timkpaine committed Jun 10, 2022
1 parent 88493e3 commit 1684988
Show file tree
Hide file tree
Showing 35 changed files with 2,411 additions and 945 deletions.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

# CI/CD
.github/workflows/*.yml @timkpaine

# Jupyter
packages/perspective-jupyterlab @timkpaine @sc1f

# Python
python/perspective @timkpaine @sc1f
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Loading

0 comments on commit 1684988

Please sign in to comment.